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 minijax-entity-0.0.20.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.minijax.entity.test
├─ org.minijax.entity.test.Widget.class - [JAR]
org.minijax.entity
├─ org.minijax.entity.Avatar.class - [JAR]
├─ org.minijax.entity.BaseEntity.class - [JAR]
├─ org.minijax.entity.InstantAdapter.class - [JAR]
├─ org.minijax.entity.InstantConverter.class - [JAR]
├─ org.minijax.entity.JsonMapConverter.class - [JAR]
├─ org.minijax.entity.LocalDateAdapter.class - [JAR]
├─ org.minijax.entity.LocalDateConverter.class - [JAR]
├─ org.minijax.entity.NamedEntity.class - [JAR]
├─ org.minijax.entity.StringListConverter.class - [JAR]
├─ org.minijax.entity.UrlEncodedMapConverter.class - [JAR]
├─ org.minijax.entity.UuidConverter.class - [JAR]
├─ org.minijax.entity.UuidGenerator.class - [JAR]