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 gen-api-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.holly.unit.gen.api.config
├─ com.holly.unit.gen.api.config.GenCodeCfg.class - [JAR]
├─ com.holly.unit.gen.api.config.GenFileCfg.class - [JAR]
com.holly.unit.gen.api.constants
├─ com.holly.unit.gen.api.constants.ColumnConstants.class - [JAR]
├─ com.holly.unit.gen.api.constants.DbConstants.class - [JAR]
├─ com.holly.unit.gen.api.constants.FreemarkerConstants.class - [JAR]
├─ com.holly.unit.gen.api.constants.GenCodeConstants.class - [JAR]
├─ com.holly.unit.gen.api.constants.GenFileCfgConstants.class - [JAR]
com.holly.unit.gen.api
├─ com.holly.unit.gen.api.GenerateCodeApi.class - [JAR]
com.holly.unit.gen.api.pojo
├─ com.holly.unit.gen.api.pojo.ColumnInfo.class - [JAR]
├─ com.holly.unit.gen.api.pojo.TableInfo.class - [JAR]
com.holly.unit.gen.api.util
├─ com.holly.unit.gen.api.util.DbType2JavaTypeUtil.class - [JAR]
├─ com.holly.unit.gen.api.util.FileUtil.class - [JAR]
├─ com.holly.unit.gen.api.util.FreemarkerFormatUtil.class - [JAR]
├─ com.holly.unit.gen.api.util.FreemarkerUtil.class - [JAR]
├─ com.holly.unit.gen.api.util.RandomUtil.class - [JAR]
├─ com.holly.unit.gen.api.util.TableUtil.class - [JAR]