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 json-jaxb-2.0-m05-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.glassfish.jersey.examples.jsonjaxb
├─ org.glassfish.jersey.examples.jsonjaxb.AircraftType.class - [JAR]
├─ org.glassfish.jersey.examples.jsonjaxb.AircraftTypeList.class - [JAR]
├─ org.glassfish.jersey.examples.jsonjaxb.App.class - [JAR]
├─ org.glassfish.jersey.examples.jsonjaxb.FlightList.class - [JAR]
├─ org.glassfish.jersey.examples.jsonjaxb.FlightType.class - [JAR]
├─ org.glassfish.jersey.examples.jsonjaxb.Flights.class - [JAR]
├─ org.glassfish.jersey.examples.jsonjaxb.FlightsDataStore.class - [JAR]
├─ org.glassfish.jersey.examples.jsonjaxb.JaxbContextResolver.class - [JAR]
├─ org.glassfish.jersey.examples.jsonjaxb.ObjectFactory.class - [JAR]