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 jsonschema-1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.softwareforge.jsonschema.annotations
├─ de.softwareforge.jsonschema.annotations.JsonSchema.class - [JAR]
├─ de.softwareforge.jsonschema.annotations.Nullable.class - [JAR]
├─ de.softwareforge.jsonschema.annotations.SchemaIgnore.class - [JAR]
├─ de.softwareforge.jsonschema.annotations.SchemaIgnoreProperties.class - [JAR]
de.softwareforge.jsonschema
├─ de.softwareforge.jsonschema.AttributeHolder.class - [JAR]
├─ de.softwareforge.jsonschema.AutoValue_AttributeHolder.class - [JAR]
├─ de.softwareforge.jsonschema.AutoValue_JsonSchemaGeneratorConfiguration.class - [JAR]
├─ de.softwareforge.jsonschema.JsonSchemaGenerator.class - [JAR]
├─ de.softwareforge.jsonschema.JsonSchemaGeneratorBuilder.class - [JAR]
├─ de.softwareforge.jsonschema.JsonSchemaGeneratorConfiguration.class - [JAR]
├─ de.softwareforge.jsonschema.SimpleTypeMappings.class - [JAR]