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 mybatis3-generator-plugin-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.oceanc.mybatis3.generator.plugin
├─ com.github.oceanc.mybatis3.generator.plugin.BatchInsertPlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.JacksonAnnotationPlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.JacksonToJsonPlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.LombokAnnotationPlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.MinMaxPlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.OptimisticLockAutoIncreasePlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.PaginationPlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.PluginUtils.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.SliceTablePlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.SumSelectivePlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.UpdateSqlTextOfUpdateSelectivePlugin.class - [JAR]
├─ com.github.oceanc.mybatis3.generator.plugin.WhereSqlTextPlugin.class - [JAR]