| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.ref |
JSON Reference related packages
|
| org.eel.kitchen.jsonschema.uri |
JSON document downloaders
|
| org.eel.kitchen.jsonschema.validator |
Core validation process
|
| Modifier and Type | Method and Description |
|---|---|
SchemaContainer |
SchemaRegistry.get(URI uri)
Get a schema container from the given URI
|
SchemaContainer |
JsonSchemaFactory.getSchema(URI uri)
Get a schema container from a given URI
|
SchemaContainer |
JsonSchemaFactory.registerSchema(JsonNode schema)
Register a schema
|
| Modifier and Type | Method and Description |
|---|---|
private static JsonSchemaException |
JsonPointer.illegalPointer(String message) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
JsonPointer.decode(String input,
ImmutableList.Builder<String> builder)
Initialize the object
|
static JsonRef |
JsonRef.fromNode(JsonNode node)
Build a JSON Reference from a
JsonNode |
static JsonRef |
JsonRef.fromString(String s)
Build a JSON Reference from a string input
|
private static String |
JsonPointer.getNextRefToken(String input)
Grab a (cooked) reference token from an input string
|
| Constructor and Description |
|---|
JsonPointer(String input)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
JsonNode |
URIManager.getContent(URI uri)
Get the content at a given URI as a
JsonNode |
| Modifier and Type | Method and Description |
|---|---|
(package private) SchemaNode |
JsonResolver.resolve(SchemaNode schemaNode)
Resolve a schema node to the target schema node
|
Copyright © 2012. All Rights Reserved.