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 vanlla-generator-1.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.vanlla.generator.controller
├─ com.github.vanlla.generator.controller.SysGeneratorController.class - [JAR]
com.github.vanlla.generator.mapper
├─ com.github.vanlla.generator.mapper.SysGeneratorMapper.class - [JAR]
com.github.vanlla.generator.utils
├─ com.github.vanlla.generator.utils.GenSystemUtils.class - [JAR]
├─ com.github.vanlla.generator.utils.PageUtils.class - [JAR]
├─ com.github.vanlla.generator.utils.Query.class - [JAR]
├─ com.github.vanlla.generator.utils.R.class - [JAR]
├─ com.github.vanlla.generator.utils.RRException.class - [JAR]
├─ com.github.vanlla.generator.utils.RRExceptionHandler.class - [JAR]
com.github.vanlla.generator.entity.system
├─ com.github.vanlla.generator.entity.system.AssertInfo.class - [JAR]
├─ com.github.vanlla.generator.entity.system.ColumnInfo.class - [JAR]
├─ com.github.vanlla.generator.entity.system.GenInfo.class - [JAR]
├─ com.github.vanlla.generator.entity.system.TableInfo.class - [JAR]
com.github.vanlla.generator.service
├─ com.github.vanlla.generator.service.SysGeneratorService.class - [JAR]
com.github.vanlla.generator.entity
├─ com.github.vanlla.generator.entity.ColumnEntity.class - [JAR]
├─ com.github.vanlla.generator.entity.TableEntity.class - [JAR]