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 jsonddl-0.1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jsonddl
├─ org.jsonddl.JsonDdlObject.class - [JAR]
├─ org.jsonddl.JsonDdlVisitor.class - [JAR]
org.jsonddl.impl
├─ org.jsonddl.impl.ContextImpl.class - [JAR]
├─ org.jsonddl.impl.DigestVisitor.class - [JAR]
├─ org.jsonddl.impl.Digested.class - [JAR]
├─ org.jsonddl.impl.JsonMapVisitor.class - [JAR]
├─ org.jsonddl.impl.Protected.class - [JAR]
├─ org.jsonddl.impl.Traversable.class - [JAR]
├─ org.jsonddl.impl.VisitSupport.class - [JAR]
org.jsonddl.model
├─ org.jsonddl.model.EnumValue.class - [JAR]
├─ org.jsonddl.model.EnumValueImpl.class - [JAR]
├─ org.jsonddl.model.Kind.class - [JAR]
├─ org.jsonddl.model.Model.class - [JAR]
├─ org.jsonddl.model.ModelImpl.class - [JAR]
├─ org.jsonddl.model.ModelVisitor.class - [JAR]
├─ org.jsonddl.model.Property.class - [JAR]
├─ org.jsonddl.model.PropertyImpl.class - [JAR]
├─ org.jsonddl.model.Schema.class - [JAR]
├─ org.jsonddl.model.SchemaImpl.class - [JAR]
├─ org.jsonddl.model.Type.class - [JAR]
├─ org.jsonddl.model.TypeImpl.class - [JAR]