Package | Description |
---|---|
com.github.fge.jsonschema.processing | |
com.github.fge.jsonschema.tree |
Modifier and Type | Class and Description |
---|---|
class |
ProcessingMessage |
class |
ProcessingReport |
Modifier and Type | Method and Description |
---|---|
ProcessingMessage |
ProcessingMessage.put(String key,
AsJson asJson) |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonTree
A JSON value decorated with JSON Pointer information
|
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.