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-tests-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.google.code.mybatis.generator.plugins.gen
├─ com.google.code.mybatis.generator.plugins.gen.Blog.class - [JAR]
├─ com.google.code.mybatis.generator.plugins.gen.BlogExample.class - [JAR]
├─ com.google.code.mybatis.generator.plugins.gen.BlogMapper.class - [JAR]
├─ com.google.code.mybatis.generator.plugins.gen.BlogSqlProvider.class - [JAR]
├─ com.google.code.mybatis.generator.plugins.gen.User.class - [JAR]
├─ com.google.code.mybatis.generator.plugins.gen.UserExample.class - [JAR]
├─ com.google.code.mybatis.generator.plugins.gen.UserMapper.class - [JAR]
├─ com.google.code.mybatis.generator.plugins.gen.UserSqlProvider.class - [JAR]