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 mds-generator-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.codemeans.mybatis.generator.core
├─ xyz.codemeans.mybatis.generator.core.FieldGeneration.class - [JAR]
├─ xyz.codemeans.mybatis.generator.core.MdsGenerator.class - [JAR]
├─ xyz.codemeans.mybatis.generator.core.NamingProcessor.class - [JAR]
├─ xyz.codemeans.mybatis.generator.core.TypeGeneration.class - [JAR]
├─ xyz.codemeans.mybatis.generator.core.TypeMapping.class - [JAR]
├─ xyz.codemeans.mybatis.generator.core.TypeProcessor.class - [JAR]
xyz.codemeans.mybatis.generator
├─ xyz.codemeans.mybatis.generator.GeneratorProperties.class - [JAR]
├─ xyz.codemeans.mybatis.generator.GeneratorRunner.class - [JAR]
xyz.codemeans.mybatis.generator.config
├─ xyz.codemeans.mybatis.generator.config.GenerationDef.class - [JAR]
├─ xyz.codemeans.mybatis.generator.config.NamingProfile.class - [JAR]
├─ xyz.codemeans.mybatis.generator.config.TypeConfig.class - [JAR]