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 ipf-tutorials-ref-3.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openehealth.ipf.tutorials.ref.render
├─ org.openehealth.ipf.tutorials.ref.render.DefaultRenderer.class - [JAR]
org.openehealth.ipf.tutorials.ref.transform
├─ org.openehealth.ipf.tutorials.ref.transform.AnimalOrderTransformer.class - [JAR]
├─ org.openehealth.ipf.tutorials.ref.transform.BookOrderTransformer.class - [JAR]
org.openehealth.ipf.tutorials.ref.extend
├─ org.openehealth.ipf.tutorials.ref.extend.TutorialModelExtensionModule.class - [JAR]
org.openehealth.ipf.tutorials.ref.util
├─ org.openehealth.ipf.tutorials.ref.util.Expressions.class - [JAR]
org.openehealth.ipf.tutorials.ref
├─ org.openehealth.ipf.tutorials.ref.TutorialServer.class - [JAR]
org.openehealth.ipf.tutorials.ref.route
├─ org.openehealth.ipf.tutorials.ref.route.TutorialRouteBuilder.class - [JAR]