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 huiche-codegen-2.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.huiche.codegen.domain
├─ org.huiche.codegen.domain.ColumnInfo.class - [JAR]
├─ org.huiche.codegen.domain.EntityInfo.class - [JAR]
├─ org.huiche.codegen.domain.TableInfo.class - [JAR]
├─ org.huiche.codegen.domain.TemplateInfo.class - [JAR]
org.huiche.codegen.dialect
├─ org.huiche.codegen.dialect.MySqlDialect.class - [JAR]
├─ org.huiche.codegen.dialect.SqlDialect.class - [JAR]
org.huiche.codegen
├─ org.huiche.codegen.CodegenDDL.class - [JAR]
├─ org.huiche.codegen.CodegenJava.class - [JAR]
├─ org.huiche.codegen.CodegenUtil.class - [JAR]