Package | Description |
---|---|
com.github.fge.jsonschema.processing | |
com.github.fge.jsonschema.processing.ref | |
com.github.fge.jsonschema.tree |
Modifier and Type | Method and Description |
---|---|
JsonSchemaTree |
JsonSchemaContext.getSchemaTree() |
Modifier and Type | Method and Description |
---|---|
void |
JsonSchemaContext.setSchemaTree(JsonSchemaTree schemaTree) |
Constructor and Description |
---|
JsonSchemaContext(JsonSchemaTree schemaTree) |
JsonSchemaContext(JsonSchemaTree schemaTree,
JsonTree tree) |
Modifier and Type | Method and Description |
---|---|
JsonSchemaTree |
SchemaLoader.get(URI uri)
Get a schema tree from the given URI
|
JsonSchemaTree |
SchemaLoader.load(JsonNode schema) |
JsonSchemaTree |
Dereferencing.newTree(JsonNode node) |
abstract JsonSchemaTree |
Dereferencing.newTree(JsonRef ref,
JsonNode node) |
JsonSchemaTree |
RefResolverProcessor.process(JsonSchemaContext context)
Resolve JSON Reference for the current schema context
|
Modifier and Type | Class and Description |
---|---|
class |
CanonicalSchemaTree
A
JsonSchemaTree using canonical dereferencing |
class |
InlineSchemaTree
A
JsonSchemaTree using inline dereferencing |
Modifier and Type | Method and Description |
---|---|
JsonSchemaTree |
JsonSchemaTree.copy()
Return a copy of this tree at its current state but with an empty stack
|
Copyright © 2013. All Rights Reserved.