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 schema-1.0.0-beta.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.zerocopy.json.schema.context
├─ io.zerocopy.json.schema.context.SchemaResolutionContext.class - [JAR]
├─ io.zerocopy.json.schema.context.SchemaResolutionNode.class - [JAR]
├─ io.zerocopy.json.schema.context.SchemaResolutionSubContext.class - [JAR]
io.zerocopy.json.schema.loader
├─ io.zerocopy.json.schema.loader.DefaultDocumentLoader.class - [JAR]
├─ io.zerocopy.json.schema.loader.DocumentLoader.class - [JAR]
io.zerocopy.json.schema.format
├─ io.zerocopy.json.schema.format.AbstractDateTimeConverter.class - [JAR]
├─ io.zerocopy.json.schema.format.DateTimeConverter.class - [JAR]
├─ io.zerocopy.json.schema.format.RFC3339Converter.class - [JAR]
io.zerocopy.json.schema.encoding
├─ io.zerocopy.json.schema.encoding.Base64Coder.class - [JAR]
io.zerocopy.json.schema.pointer
├─ io.zerocopy.json.schema.pointer.JsonPointerUtils.class - [JAR]
io.zerocopy.json.schema.document
├─ io.zerocopy.json.schema.document.SchemaDocument.class - [JAR]
├─ io.zerocopy.json.schema.document.SchemaReference.class - [JAR]
io.zerocopy.json.schema
├─ io.zerocopy.json.schema.JsonSchema.class - [JAR]
├─ io.zerocopy.json.schema.JsonSchemaDeserializer.class - [JAR]
├─ io.zerocopy.json.schema.JsonSchemaV7.class - [JAR]
├─ io.zerocopy.json.schema.SchemaException.class - [JAR]
├─ io.zerocopy.json.schema.SchemaProblem.class - [JAR]
├─ io.zerocopy.json.schema.SchemaRecursionException.class - [JAR]
├─ io.zerocopy.json.schema.SchemaUtils.class - [JAR]