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 JsonClassGenerator-1.0.3-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wujiuye.jcg.util
├─ com.wujiuye.jcg.util.ClassFileUtils.class - [JAR]
├─ com.wujiuye.jcg.util.JcgClassLoader.class - [JAR]
├─ com.wujiuye.jcg.util.StringUtils.class - [JAR]
├─ com.wujiuye.jcg.util.TypeUtils.class - [JAR]
com.wujiuye.jcg
├─ com.wujiuye.jcg.AnnotationRule.class - [JAR]
├─ com.wujiuye.jcg.AnnotationRuleRegister.class - [JAR]
├─ com.wujiuye.jcg.ClassHandler.class - [JAR]
├─ com.wujiuye.jcg.JcgClassFactory.class - [JAR]
├─ com.wujiuye.jcg.MethodHandler.class - [JAR]
com.wujiuye.jcg.handler
├─ com.wujiuye.jcg.handler.AnnotationHandler.class - [JAR]
├─ com.wujiuye.jcg.handler.ClassAnnotionHandler.class - [JAR]
├─ com.wujiuye.jcg.handler.ClassHandler.class - [JAR]
├─ com.wujiuye.jcg.handler.FieldAnnotionHandler.class - [JAR]
├─ com.wujiuye.jcg.handler.FieldGetSetHandler.class - [JAR]
├─ com.wujiuye.jcg.handler.JsonToClassHandler.class - [JAR]
├─ com.wujiuye.jcg.handler.MethodHandler.class - [JAR]
com.wujiuye.jcg.tree
├─ com.wujiuye.jcg.tree.AnnotationNode.class - [JAR]
├─ com.wujiuye.jcg.tree.AnnotationRuleApplyUtils.class - [JAR]
├─ com.wujiuye.jcg.tree.DynamicClass.class - [JAR]
├─ com.wujiuye.jcg.tree.FieldNode.class - [JAR]
├─ com.wujiuye.jcg.tree.JsonClassDefinitionUtils.class - [JAR]