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 colesico-dao-1.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
colesico.framework.dao.codegen.parser
├─ colesico.framework.dao.codegen.parser.DTOParser.class - [JAR]
├─ colesico.framework.dao.codegen.parser.DTOProcessor.class - [JAR]
colesico.framework.dao.codegen.model
├─ colesico.framework.dao.codegen.model.ColumnElement.class - [JAR]
├─ colesico.framework.dao.codegen.model.CompositionElement.class - [JAR]
├─ colesico.framework.dao.codegen.model.DTOElement.class - [JAR]
colesico.framework.dao
├─ colesico.framework.dao.Column.class - [JAR]
├─ colesico.framework.dao.Columns.class - [JAR]
├─ colesico.framework.dao.Composition.class - [JAR]
├─ colesico.framework.dao.DTO.class - [JAR]
├─ colesico.framework.dao.DTOConverter.class - [JAR]
├─ colesico.framework.dao.DTOHelper.class - [JAR]
├─ colesico.framework.dao.DTOHelperFactory.class - [JAR]
colesico.framework.dao.codegen.generator
├─ colesico.framework.dao.codegen.generator.DTOHelperGenerator.class - [JAR]