| Package | Description |
|---|---|
| com.github.fge.jsonschema.processors.data | |
| com.github.fge.jsonschema.tree |
| Modifier and Type | Method and Description |
|---|---|
JsonTree |
ValidationData.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
ValidationData |
ValidationData.withInstance(JsonTree instance) |
| Constructor and Description |
|---|
ValidationData(SchemaTree schema,
JsonTree instance) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseJsonTree
Base implementation of a
JsonTree |
class |
SimpleJsonTree
A simple
JsonTree |
| Modifier and Type | Method and Description |
|---|---|
JsonTree |
JsonTree.append(JsonPointer pointer)
Append a JSON pointer to that tree and return a new tree
|
Copyright © 2013. All Rights Reserved.