| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.ref |
JSON Reference related classes
|
| Modifier and Type | Method and Description |
|---|---|
SchemaContainer |
JsonSchemaFactory.getSchema(String str)
Deprecated.
use
JsonSchemaFactory.fromURI(String) instead; scheduled for removal
in 1.3+ |
SchemaContainer |
JsonSchemaFactory.getSchema(URI uri)
Deprecated.
use
JsonSchemaFactory.fromURI(URI) instead; scheduled for removal
in 1.3+ |
SchemaContainer |
JsonSchemaFactory.registerSchema(JsonNode schema)
Deprecated.
use
JsonSchemaFactory.fromSchema(JsonNode) instead; scheduled for
removal in 1.3+ |
| Modifier and Type | Method and Description |
|---|---|
JsonSchema |
JsonSchemaFactory.createSchema(SchemaContainer container)
Deprecated.
use one of the
.from*() methods instead; scheduled
for removal in 1.3+ |
JsonSchema |
JsonSchemaFactory.createSchema(SchemaContainer container,
String path)
Deprecated.
use
JsonSchemaFactory.fromSchema(JsonNode, String) instead; scheduled
for removal in 1.3+ |
| Modifier and Type | Method and Description |
|---|---|
SchemaContainer |
SchemaRegistry.get(URI uri)
Get a schema container from the given URI
|
SchemaContainer |
SchemaNode.getContainer() |
SchemaContainer |
SchemaRegistry.register(JsonNode schema)
Register a schema
|
| Constructor and Description |
|---|
SchemaNode(SchemaContainer container,
JsonNode node) |
Copyright © 2012. All Rights Reserved.