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 declarative-linking-3.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.glassfish.jersey.examples.linking.model
├─ org.glassfish.jersey.examples.linking.model.ItemModel.class - [JAR]
├─ org.glassfish.jersey.examples.linking.model.ItemsModel.class - [JAR]
org.glassfish.jersey.examples.linking
├─ org.glassfish.jersey.examples.linking.App.class - [JAR]
org.glassfish.jersey.examples.linking.resources
├─ org.glassfish.jersey.examples.linking.resources.ItemResource.class - [JAR]
├─ org.glassfish.jersey.examples.linking.resources.ItemsResource.class - [JAR]
org.glassfish.jersey.examples.linking.representation
├─ org.glassfish.jersey.examples.linking.representation.ItemRepresentation.class - [JAR]
├─ org.glassfish.jersey.examples.linking.representation.ItemsRepresentation.class - [JAR]