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-plugins-1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dcendents.mybatis.generator.plugin.locking
├─ com.github.dcendents.mybatis.generator.plugin.locking.OptimisticLockingPlugin.class - [JAR]
com.github.dcendents.mybatis.generator.plugin.rename
├─ com.github.dcendents.mybatis.generator.plugin.rename.RenameExampleClassAndMethodsPlugin.class - [JAR]
com.github.dcendents.mybatis.generator.plugin.model
├─ com.github.dcendents.mybatis.generator.plugin.model.AlterModelPlugin.class - [JAR]
com.github.dcendents.mybatis.generator.plugin.wrap
├─ com.github.dcendents.mybatis.generator.plugin.wrap.WrapObjectPlugin.class - [JAR]
com.github.dcendents.mybatis.generator.plugin.annotation
├─ com.github.dcendents.mybatis.generator.plugin.annotation.AddClassAnnotationsPlugin.class - [JAR]
com.github.dcendents.mybatis.generator.plugin.client
├─ com.github.dcendents.mybatis.generator.plugin.client.AlterResultMapPlugin.class - [JAR]
├─ com.github.dcendents.mybatis.generator.plugin.client.CreateGenericInterfacePlugin.class - [JAR]
com.github.dcendents.mybatis.generator.plugin.subpackage
├─ com.github.dcendents.mybatis.generator.plugin.subpackage.CreateSubPackagePlugin.class - [JAR]
├─ com.github.dcendents.mybatis.generator.plugin.subpackage.RenameProperties.class - [JAR]
com.github.dcendents.mybatis.generator.plugin.dynamic.sql
├─ com.github.dcendents.mybatis.generator.plugin.dynamic.sql.DynamicSqlPlugin.class - [JAR]
├─ com.github.dcendents.mybatis.generator.plugin.dynamic.sql.DynamicSqlSupportClassGenerator.class - [JAR]