Package | Description |
---|---|
com.github.fge.jsonschema.examples |
API usage examples
|
com.github.fge.jsonschema.main |
Main schema validation API
|
com.github.fge.jsonschema.ref |
JSON Reference related classes
|
com.github.fge.jsonschema.schema |
Internal JSON Schema objects
|
com.github.fge.jsonschema.uri |
Classes to handle downloading of JSON documents using any URI scheme
|
Modifier and Type | Method and Description |
---|---|
static void |
Example7.main(String... args) |
static void |
Example6.main(String... args) |
static void |
Example5.main(String... args) |
static void |
Example4.main(String... args) |
static void |
Example10.main(String... args) |
Modifier and Type | Method and Description |
---|---|
static JsonSchemaException |
JsonSchemaException.wrap(Message message,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
JsonSchema |
JsonSchemaFactory.fromURI(String str)
Create a schema instance from a JSON Schema located at a given URI
|
JsonSchema |
JsonSchemaFactory.fromURI(String str,
String path)
Create a schema instance from a JSON Schema located at a given URI and
at a given path
|
JsonSchema |
JsonSchemaFactory.fromURI(URI uri)
Create a schema instance from a JSON Schema located at a given URI
|
JsonSchema |
JsonSchemaFactory.fromURI(URI uri,
String path)
Create a schema instance from a JSON Schema located at a given URI, and
at a given path
|
Modifier and Type | Method and Description |
---|---|
static JsonRef |
JsonRef.fromString(String s)
Build a JSON Reference from a string input
|
Constructor and Description |
---|
JsonPointer(String input)
Constructor
|
Modifier and Type | Method and Description |
---|---|
SchemaContainer |
SchemaRegistry.get(URI uri)
Get a schema container from the given URI
|
Modifier and Type | Method and Description |
---|---|
JsonNode |
URIManager.getContent(URI uri)
Get the content at a given URI as a
JsonNode |
Copyright © 2013. All Rights Reserved.