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-spring-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.SpringHintsGenerator.class - [JAR]
├─ de.otto.jsonhome.generator.SpringHrefVarsGenerator.class - [JAR]
├─ de.otto.jsonhome.generator.SpringJsonHomeGenerator.class - [JAR]
├─ de.otto.jsonhome.generator.SpringResourceLinkGenerator.class - [JAR]
de.otto.jsonhome.controller
├─ de.otto.jsonhome.controller.DocController.class - [JAR]
├─ de.otto.jsonhome.controller.GeneratorBasedJsonHomeSource.class - [JAR]
├─ de.otto.jsonhome.controller.HtmlController.class - [JAR]
├─ de.otto.jsonhome.controller.JsonHomeController.class - [JAR]