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-registry-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.registry.store
├─ de.otto.jsonhome.registry.store.InMemoryRegistryRepository.class - [JAR]
├─ de.otto.jsonhome.registry.store.Link.class - [JAR]
├─ de.otto.jsonhome.registry.store.Registry.class - [JAR]
├─ de.otto.jsonhome.registry.store.RegistryRepository.class - [JAR]
de.otto.jsonhome.registry.controller
├─ de.otto.jsonhome.registry.controller.DefaultRegistryJsonHomeSource.class - [JAR]
├─ de.otto.jsonhome.registry.controller.LinkConverter.class - [JAR]
├─ de.otto.jsonhome.registry.controller.RegistriesController.class - [JAR]
├─ de.otto.jsonhome.registry.controller.RegistriesConverter.class - [JAR]
├─ de.otto.jsonhome.registry.controller.RegistryConverter.class - [JAR]
├─ de.otto.jsonhome.registry.controller.RegistryHtmlController.class - [JAR]
├─ de.otto.jsonhome.registry.controller.RegistryJsonHomeController.class - [JAR]
├─ de.otto.jsonhome.registry.controller.RegistryJsonHomeSource.class - [JAR]