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 intoverflow-codegen-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.intoverflow.codegen
├─ com.intoverflow.codegen.CodeGenerator.class - [JAR]
├─ com.intoverflow.codegen.TablesReader.class - [JAR]
├─ com.intoverflow.codegen.VelocityTemplate.class - [JAR]
├─ com.intoverflow.codegen.VelocityTextGetter.class - [JAR]
com.intoverflow.codegen.impl
├─ com.intoverflow.codegen.impl.DefaultTablesReader.class - [JAR]
├─ com.intoverflow.codegen.impl.JdbcTablesReader.class - [JAR]
├─ com.intoverflow.codegen.impl.XmlTablesReader.class - [JAR]
com.intoverflow.codegen.bean
├─ com.intoverflow.codegen.bean.CodeConfig.class - [JAR]
├─ com.intoverflow.codegen.bean.CodeEnv.class - [JAR]
├─ com.intoverflow.codegen.bean.CodeGroup.class - [JAR]
├─ com.intoverflow.codegen.bean.CodeTemplate.class - [JAR]
├─ com.intoverflow.codegen.bean.Property.class - [JAR]
├─ com.intoverflow.codegen.bean.Tables.class - [JAR]
com.intoverflow.codegen.bean.db
├─ com.intoverflow.codegen.bean.db.Catalog.class - [JAR]
├─ com.intoverflow.codegen.bean.db.Column.class - [JAR]
├─ com.intoverflow.codegen.bean.db.Schema.class - [JAR]
├─ com.intoverflow.codegen.bean.db.Table.class - [JAR]