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-schema-inferrer_2.11-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jsonschematools.schema
├─ org.jsonschematools.schema.SchemaGenerator.class - [JAR]
org.jsonschematools.merging
├─ org.jsonschematools.merging.MMerge.class - [JAR]
org.jsonschematools
├─ org.jsonschematools.package.class - [JAR]
org.jsonschematools.schema.types
├─ org.jsonschematools.schema.types.ArrayType.class - [JAR]
├─ org.jsonschematools.schema.types.BooleanType.class - [JAR]
├─ org.jsonschematools.schema.types.JsonSchemaType.class - [JAR]
├─ org.jsonschematools.schema.types.JsonSchemaTypeNotFound.class - [JAR]
├─ org.jsonschematools.schema.types.NullType.class - [JAR]
├─ org.jsonschematools.schema.types.NumberType.class - [JAR]
├─ org.jsonschematools.schema.types.ObjectType.class - [JAR]
├─ org.jsonschematools.schema.types.StringType.class - [JAR]