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 framework-orm-api-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.framework.orm.query
├─ dev.framework.orm.query.CreationStatement.class - [JAR]
├─ dev.framework.orm.query.QueryStream.class - [JAR]
├─ dev.framework.orm.query.StatementBridge.class - [JAR]
dev.framework.orm.crud
├─ dev.framework.orm.crud.ObjectCRUD.class - [JAR]
dev.framework.orm.repository
├─ dev.framework.orm.repository.AdapterRepository.class - [JAR]
dev.framework.orm.adapter
├─ dev.framework.orm.adapter.ObjectAdapter.class - [JAR]