| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.examples |
API usage examples
|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.ref |
JSON Reference related classes
|
| org.eel.kitchen.jsonschema.schema |
Internal JSON Schema objects
|
| org.eel.kitchen.jsonschema.uri |
Classes to handle downloading of JSON documents using any URI scheme
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Example10.main(String... args) |
static void |
Example4.main(String... args) |
static void |
Example6.main(String... args) |
static void |
Example7.main(String... args) |
static void |
Example5.main(String... args) |
| 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.