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 LitEz-Runtime-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zerro.litez.runtime
├─ com.zerro.litez.runtime.Callback.class - [JAR]
├─ com.zerro.litez.runtime.EntityFormatter.class - [JAR]
├─ com.zerro.litez.runtime.LitEzDao.class - [JAR]
├─ com.zerro.litez.runtime.LitEzDatabase.class - [JAR]
├─ com.zerro.litez.runtime.LitEzProperties.class - [JAR]
├─ com.zerro.litez.runtime.LitEzSupporter.class - [JAR]
├─ com.zerro.litez.runtime.LogUtil.class - [JAR]
com.zerro.litez.runtime.migration
├─ com.zerro.litez.runtime.migration.ColumnInfo.class - [JAR]
├─ com.zerro.litez.runtime.migration.MigrationParser.class - [JAR]
├─ com.zerro.litez.runtime.migration.TableInfo.class - [JAR]