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 fieldr-user-0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.foby.fieldr.user.generated
├─ com.github.foby.fieldr.user.generated.ContactPersonFields.class - [JAR]
├─ com.github.foby.fieldr.user.generated.ContactPerson_.class - [JAR]
├─ com.github.foby.fieldr.user.generated.FacilityFields.class - [JAR]
├─ com.github.foby.fieldr.user.generated.Facility_.class - [JAR]
com.github.foby.fieldr.user.sub.generated
├─ com.github.foby.fieldr.user.sub.generated.LocationFields.class - [JAR]
├─ com.github.foby.fieldr.user.sub.generated.Location_.class - [JAR]
com.github.foby.fieldr.user.sub
├─ com.github.foby.fieldr.user.sub.Location.class - [JAR]
com.github.foby.fieldr.user
├─ com.github.foby.fieldr.user.ContactPerson.class - [JAR]
├─ com.github.foby.fieldr.user.Facility.class - [JAR]
├─ com.github.foby.fieldr.user.Parent.class - [JAR]