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-extension-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.trang.mybatis.generator.plugins
├─ com.github.trang.mybatis.generator.plugins.CommentGenerator.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.Constants.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.GuavaToStringPlugin.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.MapperPlugin.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.MapperSqlMapConfigPlugin.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.SerializablePlugin.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.ServicePlugin.class - [JAR]
com.github.trang.mybatis.generator.plugins.other
├─ com.github.trang.mybatis.generator.plugins.other.BaseInterfacePlugin.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.other.CustomJavaTypeResolver.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.other.GeneratedKeyPlugin.class - [JAR]
├─ com.github.trang.mybatis.generator.plugins.other.LombokPlugin.class - [JAR]