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 dapeng-code-generator-2.1.1-final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dapeng.code
├─ com.github.dapeng.code.Scrooge.class - [JAR]
com.github.dapeng.code.parser
├─ com.github.dapeng.code.parser.ThriftCodeParser.class - [JAR]
com.github.dapeng.code.generator
├─ com.github.dapeng.code.generator.CodeGenerator.class - [JAR]
├─ com.github.dapeng.code.generator.JavaCodecGenerator.class - [JAR]
├─ com.github.dapeng.code.generator.JavaGenerator.class - [JAR]
├─ com.github.dapeng.code.generator.JavascriptGenerator.class - [JAR]
├─ com.github.dapeng.code.generator.JsonGenerator.class - [JAR]
├─ com.github.dapeng.code.generator.MetadataGenerator.class - [JAR]
├─ com.github.dapeng.code.generator.ScalaCodecGenerator.class - [JAR]
├─ com.github.dapeng.code.generator.ScalaGenerator.class - [JAR]