Package | Description |
---|---|
com.github.fge.jsonschema.processing | |
com.github.fge.jsonschema.tree |
Modifier and Type | Method and Description |
---|---|
JsonTree |
JsonSchemaContext.getTree() |
Modifier and Type | Method and Description |
---|---|
void |
JsonSchemaContext.setTree(JsonTree tree) |
Constructor and Description |
---|
JsonSchemaContext(JsonSchemaTree schemaTree,
JsonTree tree) |
Modifier and Type | Class and Description |
---|---|
class |
BaseJsonTree
Base implementation of a
JsonTree |
class |
CanonicalSchemaTree
A
JsonSchemaTree using canonical dereferencing |
class |
InlineSchemaTree
A
JsonSchemaTree using inline dereferencing |
class |
JsonSchemaTree
A
JsonTree carrying URI resolution context information |
class |
SimpleJsonTree
A simple
JsonTree |
Copyright © 2013. All Rights Reserved.