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 mybatis-generator-plugin-ext-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastjrun.codeg.common
├─ com.fastjrun.codeg.common.Common.class - [JAR]
com.fastjrun.codeg.javamapper.elements.sqlprovider
├─ com.fastjrun.codeg.javamapper.elements.sqlprovider.ProviderInsertBatchMethodGenerator.class - [JAR]
org.mybatis.generator.codegen.mybatis3.javamapper
├─ org.mybatis.generator.codegen.mybatis3.javamapper.AnnotatedClientGenerator.class - [JAR]
com.fastjrun.codeg.plugins
├─ com.fastjrun.codeg.plugins.CustomComment.class - [JAR]
├─ com.fastjrun.codeg.plugins.CustomPlugin.class - [JAR]
com.fastjrun.codeg.javamapper
├─ com.fastjrun.codeg.javamapper.CustomJavaMapperMethodGenerator.class - [JAR]
├─ com.fastjrun.codeg.javamapper.CustomSqlProviderMethodGenerator.class - [JAR]