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 graph-batis-generator-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.zhuyb.graphbatis.cg
├─ org.zhuyb.graphbatis.cg.GraphBatisCommentGenerator.class - [JAR]
├─ org.zhuyb.graphbatis.cg.GraphBatisPlugin.class - [JAR]
├─ org.zhuyb.graphbatis.cg.GraphQLSchema.class - [JAR]
├─ org.zhuyb.graphbatis.cg.RenamePlugin.class - [JAR]
org.zhuyb.graphbatis.cg.ext
├─ org.zhuyb.graphbatis.cg.ext.ExtGenerator.class - [JAR]
├─ org.zhuyb.graphbatis.cg.ext.FreemarkerExtGenerator.class - [JAR]
org.zhuyb.graphbatis.cg.ext.impl
├─ org.zhuyb.graphbatis.cg.ext.impl.QueryResolverGenerator.class - [JAR]
├─ org.zhuyb.graphbatis.cg.ext.impl.SchemaGenerator.class - [JAR]