View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ez-mapper-processor-0.0.2-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.iakuil.em
├─ com.iakuil.em.AbstractJsonTypeHandler.class - [JAR]
├─ com.iakuil.em.AnnotationProcessor.class - [JAR]
com.iakuil.em.annotation
├─ com.iakuil.em.annotation.JsonEntity.class - [JAR]
com.iakuil.em.util
├─ com.iakuil.em.util.FileUtils.class - [JAR]
├─ com.iakuil.em.util.JsonUtils.class - [JAR]
├─ com.iakuil.em.util.TypeHandlerGenerator.class - [JAR]