| Package | Description |
|---|---|
| com.github.fge.jsonschema.tree |
Navigable JSON tree representations
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSchemaTree
Base implementation of a
SchemaTree |
class |
CanonicalSchemaTree
A
SchemaTree using canonical dereferencing |
class |
InlineSchemaTree
A
SchemaTree using inline dereferencing |
| Modifier and Type | Method and Description |
|---|---|
SchemaTree |
CanonicalSchemaTree.append(JsonPointer pointer) |
SchemaTree |
InlineSchemaTree.append(JsonPointer pointer) |
SchemaTree |
SchemaTree.append(JsonPointer pointer)
Relocate the tree relatively to the current tree's pointer
|
SchemaTree |
CanonicalSchemaTree.setPointer(JsonPointer pointer) |
SchemaTree |
InlineSchemaTree.setPointer(JsonPointer pointer) |
SchemaTree |
SchemaTree.setPointer(JsonPointer pointer)
Relocate the tree with an absolute pointer
|
Copyright © 2013. All Rights Reserved.