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 mybatisx-generator-1.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.shenjia.mybatis.generator.runtime.dynamic.sql.elements
├─ org.shenjia.mybatis.generator.runtime.dynamic.sql.elements.SelectPageMethodGenerator.class - [JAR]
├─ org.shenjia.mybatis.generator.runtime.dynamic.sql.elements.SelectRangeMethodGenerator.class - [JAR]
org.shenjia.mybatis.generator.types
├─ org.shenjia.mybatis.generator.types.MyBatisXJavaTypeResolver.class - [JAR]
org.shenjia.mybatis.generator.plugins
├─ org.shenjia.mybatis.generator.plugins.AnnotatedMapperPlugin.class - [JAR]
├─ org.shenjia.mybatis.generator.plugins.DynamicSqlExtensionPlugin.class - [JAR]
├─ org.shenjia.mybatis.generator.plugins.ExtendableModelPlugin.class - [JAR]
├─ org.shenjia.mybatis.generator.plugins.JavaCommentPlugin.class - [JAR]
├─ org.shenjia.mybatis.generator.plugins.MapperXmlOverwritePlugin.class - [JAR]
├─ org.shenjia.mybatis.generator.plugins.OptimisticLockPlugin.class - [JAR]
├─ org.shenjia.mybatis.generator.plugins.RenameExamplePlugin.class - [JAR]
org.shenjia.mybatis.generator
├─ org.shenjia.mybatis.generator.MyBatisXCommentGenerator.class - [JAR]