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-1.1.0-alpha1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.apptik.json.schema.fetch
├─ io.apptik.json.schema.fetch.SchemaFetcher.class - [JAR]
├─ io.apptik.json.schema.fetch.SchemaFetcherConfig.class - [JAR]
├─ io.apptik.json.schema.fetch.SchemaResourceFetcher.class - [JAR]
├─ io.apptik.json.schema.fetch.SchemaUriFetcher.class - [JAR]
io.apptik.json.schema
├─ io.apptik.json.schema.Schema.class - [JAR]
├─ io.apptik.json.schema.SchemaJJv1.class - [JAR]
├─ io.apptik.json.schema.SchemaList.class - [JAR]
├─ io.apptik.json.schema.SchemaMap.class - [JAR]
├─ io.apptik.json.schema.SchemaV4.class - [JAR]
io.apptik.json.schema.validation
├─ io.apptik.json.schema.validation.CommonMatchers.class - [JAR]
├─ io.apptik.json.schema.validation.SchemaV4Validator.class - [JAR]
├─ io.apptik.json.schema.validation.SchemaValidator.class - [JAR]