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 codegen-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.zxyle.codegen.table
├─ io.github.zxyle.codegen.table.Class.class - [JAR]
├─ io.github.zxyle.codegen.table.Column.class - [JAR]
├─ io.github.zxyle.codegen.table.ForeignKey.class - [JAR]
├─ io.github.zxyle.codegen.table.Index.class - [JAR]
├─ io.github.zxyle.codegen.table.IndexColumn.class - [JAR]
├─ io.github.zxyle.codegen.table.Table.class - [JAR]
├─ io.github.zxyle.codegen.table.Temp.class - [JAR]
io.github.zxyle.codegen
├─ io.github.zxyle.codegen.Database.class - [JAR]
├─ io.github.zxyle.codegen.Generator.class - [JAR]
io.github.zxyle.codegen.util
├─ io.github.zxyle.codegen.util.StringUtil.class - [JAR]
io.github.zxyle.codegen.constant
├─ io.github.zxyle.codegen.constant.DbType.class - [JAR]
├─ io.github.zxyle.codegen.constant.Jdk.class - [JAR]
├─ io.github.zxyle.codegen.constant.Order.class - [JAR]
├─ io.github.zxyle.codegen.constant.OutputPathConst.class - [JAR]