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 orm-0.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.tangly.orm
├─ net.tangly.orm.Dao.class - [JAR]
├─ net.tangly.orm.DaoBuilder.class - [JAR]
├─ net.tangly.orm.Property.class - [JAR]
├─ net.tangly.orm.RecordDao.class - [JAR]
├─ net.tangly.orm.Relation.class - [JAR]
net.tangly.orm.imp
├─ net.tangly.orm.imp.PropertyCode.class - [JAR]
├─ net.tangly.orm.imp.PropertyJson.class - [JAR]
├─ net.tangly.orm.imp.PropertyOne2Many.class - [JAR]
├─ net.tangly.orm.imp.PropertyOne2One.class - [JAR]
├─ net.tangly.orm.imp.PropertySimple.class - [JAR]