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-shapeshifter-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
la.alsocan.jsonshapeshifter
├─ la.alsocan.jsonshapeshifter.Default.class - [JAR]
├─ la.alsocan.jsonshapeshifter.Main.class - [JAR]
├─ la.alsocan.jsonshapeshifter.Transformation.class - [JAR]
la.alsocan.jsonshapeshifter.schemas
├─ la.alsocan.jsonshapeshifter.schemas.ENodeType.class - [JAR]
├─ la.alsocan.jsonshapeshifter.schemas.Schema.class - [JAR]
├─ la.alsocan.jsonshapeshifter.schemas.SchemaArrayNode.class - [JAR]
├─ la.alsocan.jsonshapeshifter.schemas.SchemaNode.class - [JAR]
├─ la.alsocan.jsonshapeshifter.schemas.SchemaObjectNode.class - [JAR]
├─ la.alsocan.jsonshapeshifter.schemas.UnsupportedJsonSchemaException.class - [JAR]
la.alsocan.jsonshapeshifter.bindings
├─ la.alsocan.jsonshapeshifter.bindings.AbstractConstantBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.AbstractNodeBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.ArrayConstantBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.ArrayNodeBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.Binding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.BooleanConstantBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.BooleanNodeBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.IllegalBindingException.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.IntegerConstantBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.IntegerNodeBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.NumberConstantBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.NumberNodeBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.StringConstantBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.StringHandlebarsBinding.class - [JAR]
├─ la.alsocan.jsonshapeshifter.bindings.StringNodeBinding.class - [JAR]