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 jdbc-codegen-1.0.17.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.edgar615.jdbc.codegen.gen
├─ com.github.edgar615.jdbc.codegen.gen.Codegen.class - [JAR]
├─ com.github.edgar615.jdbc.codegen.gen.CodegenOptions.class - [JAR]
├─ com.github.edgar615.jdbc.codegen.gen.DaoOptions.class - [JAR]
├─ com.github.edgar615.jdbc.codegen.gen.Generator.class - [JAR]
├─ com.github.edgar615.jdbc.codegen.gen.HelperSource.class - [JAR]
├─ com.github.edgar615.jdbc.codegen.gen.MybatisOptions.class - [JAR]
com.github.edgar615.jdbc.codegen.db
├─ com.github.edgar615.jdbc.codegen.db.Column.class - [JAR]
├─ com.github.edgar615.jdbc.codegen.db.DBFetcher.class - [JAR]
├─ com.github.edgar615.jdbc.codegen.db.ParameterType.class - [JAR]
├─ com.github.edgar615.jdbc.codegen.db.Table.class - [JAR]