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 document-generation-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.chuanzh.util
├─ com.github.chuanzh.util.ClassHelperUtils.class - [JAR]
├─ com.github.chuanzh.util.ControllerInfoBuilder.class - [JAR]
com.github.chuanzh.config
├─ com.github.chuanzh.config.GlobalConfig.class - [JAR]
├─ com.github.chuanzh.config.TemplateConfig.class - [JAR]
com.github.chuanzh
├─ com.github.chuanzh.DocAutoGenerator.class - [JAR]
com.github.chuanzh.enums
├─ com.github.chuanzh.enums.RequestMode.class - [JAR]
├─ com.github.chuanzh.enums.TemplateType.class - [JAR]
com.github.chuanzh.po
├─ com.github.chuanzh.po.ControllerInfo.class - [JAR]
├─ com.github.chuanzh.po.MethodInfo.class - [JAR]
├─ com.github.chuanzh.po.Request.class - [JAR]
├─ com.github.chuanzh.po.Response.class - [JAR]
com.github.chuanzh.engine
├─ com.github.chuanzh.engine.AbstractTemplateEngine.class - [JAR]
├─ com.github.chuanzh.engine.FreemarkerTemplateEngine.class - [JAR]