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 codegas-webservice-hal-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.codegas.webservice.hal.representation
├─ org.codegas.webservice.hal.representation.HalJsonRepresentationFactory.class - [JAR]
├─ org.codegas.webservice.hal.representation.HalRepresentationImpl.class - [JAR]
org.codegas.webservice.hal.api
├─ org.codegas.webservice.hal.api.HalConfig.class - [JAR]
├─ org.codegas.webservice.hal.api.HalLink.class - [JAR]
├─ org.codegas.webservice.hal.api.HalRepresentation.class - [JAR]
├─ org.codegas.webservice.hal.api.HalRepresentationFactory.class - [JAR]
org.codegas.webservice.hal.jaxrs
├─ org.codegas.webservice.hal.jaxrs.HalJsonMediaType.class - [JAR]
├─ org.codegas.webservice.hal.jaxrs.HalResource.class - [JAR]
├─ org.codegas.webservice.hal.jaxrs.HalResourceLinkBuilder.class - [JAR]