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-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.spafka.mybatis.generator.plugin.ext
├─ io.github.spafka.mybatis.generator.plugin.ext.JavaTypeResolveExt.class - [JAR]
io.github.spafka.mybatis.generator.plugin.common
├─ io.github.spafka.mybatis.generator.plugin.common.Constants.class - [JAR]
├─ io.github.spafka.mybatis.generator.plugin.common.LombokConstant.class - [JAR]
io.github.spafka.mybatis.generator.plugin.plugins
├─ io.github.spafka.mybatis.generator.plugin.plugins.ChainPlugin.class - [JAR]
├─ io.github.spafka.mybatis.generator.plugin.plugins.CommentPlugin.class - [JAR]
├─ io.github.spafka.mybatis.generator.plugin.plugins.ExtPlugin.class - [JAR]
├─ io.github.spafka.mybatis.generator.plugin.plugins.LombokPlugin.class - [JAR]
io.github.spafka.mybatis.generator.plugin.type
├─ io.github.spafka.mybatis.generator.plugin.type.BitCastInteger.class - [JAR]
├─ io.github.spafka.mybatis.generator.plugin.type.ByteCastInteger.class - [JAR]