jar

com.github.java-json-tools : json-schema-processor-examples

Maven & Gradle

May 28, 2020
0 stars

json-schema-processor-examples · Sample JSON Schema related processors using json-schema-core and various external libraries

Table Of Contents

Latest Version

Download com.github.java-json-tools : json-schema-processor-examples JAR file - Latest Versions:

All Versions

Download com.github.java-json-tools : json-schema-processor-examples JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window json-schema-processor-examples-0.8.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fge.jjschema

├─ com.github.fge.jjschema.JJSchemaFromSource.class - [JAR]

├─ com.github.fge.jjschema.JJSchemaProcessor.class - [JAR]

├─ com.github.fge.jjschema.JJSchemaValidator.class - [JAR]

com.github.fge.jsonschema2pojo

├─ com.github.fge.jsonschema2pojo.DraftV3OnlySyntaxProcessor.class - [JAR]

├─ com.github.fge.jsonschema2pojo.JsonSchema2SourceCode.class - [JAR]

├─ com.github.fge.jsonschema2pojo.UnsupportedVersionException.class - [JAR]

com.github.fge.jsonpatch

├─ com.github.fge.jsonpatch.JsonPatchInput.class - [JAR]

├─ com.github.fge.jsonpatch.JsonPatchProcessor.class - [JAR]

com.github.fge.compiler

├─ com.github.fge.compiler.CompilerOutput.class - [JAR]

├─ com.github.fge.compiler.CompilerOutputDirectory.class - [JAR]

├─ com.github.fge.compiler.CompilerProcessor.class - [JAR]

├─ com.github.fge.compiler.CompilingException.class - [JAR]

├─ com.github.fge.compiler.DevNull.class - [JAR]

├─ com.github.fge.compiler.DiagnosticsReporting.class - [JAR]

├─ com.github.fge.compiler.FromStringFileObject.class - [JAR]