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 jsonhome-jersey-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.otto.jsonhome.generator
├─ de.otto.jsonhome.generator.HttpMethods.class - [JAR]
├─ de.otto.jsonhome.generator.JerseyHintsGenerator.class - [JAR]
├─ de.otto.jsonhome.generator.JerseyHrefVarsGenerator.class - [JAR]
├─ de.otto.jsonhome.generator.JerseyJsonHomeGenerator.class - [JAR]
├─ de.otto.jsonhome.generator.JerseyResourceLinkGenerator.class - [JAR]
de.otto.jsonhome
├─ de.otto.jsonhome.JsonHomeProperties.class - [JAR]
de.otto.jsonhome.resource.scanner
├─ de.otto.jsonhome.resource.scanner.AnnotationScanner.class - [JAR]
de.otto.jsonhome.resource
├─ de.otto.jsonhome.resource.JerseyJsonHomeSource.class - [JAR]
├─ de.otto.jsonhome.resource.JsonHomeResource.class - [JAR]
├─ de.otto.jsonhome.resource.RelationResource.class - [JAR]
├─ de.otto.jsonhome.resource.Responses.class - [JAR]