Package | Description |
---|---|
com.github.fge.jsonschema.core.report |
Processing report infrastructure
|
com.github.fge.jsonschema.core.tree |
Navigable JSON tree representations
|
com.github.fge.jsonschema.core.util |
Various utility classes
|
Modifier and Type | Class and Description |
---|---|
class |
ListProcessingReport
List -based implementation of a ProcessingReport |
class |
ProcessingMessage
One processing message
|
Modifier and Type | Method and Description |
---|---|
ProcessingMessage |
ProcessingMessage.put(String key,
AsJson asJson)
Add a key/value pair to this message
|
ProcessingMessage |
ProcessingMessage.putArgument(String key,
AsJson asJson)
Add a key/value pair to this message, which is also a formatter argument
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonTree
A
SimpleTree with a navigation operation |
interface |
SchemaTree
Tree representation of a JSON Schema
|
interface |
SimpleTree
A JSON value decorated with JSON Pointer information
|
Modifier and Type | Class and Description |
---|---|
class |
BaseJsonTree
Base implementation of a
JsonTree |
class |
BaseSchemaTree
Base implementation of a
SchemaTree |
class |
CanonicalSchemaTree
A
SchemaTree using canonical dereferencing |
class |
InlineSchemaTree
A
SchemaTree using inline dereferencing |
class |
SimpleJsonTree
A simple
JsonTree |
Modifier and Type | Method and Description |
---|---|
static <V extends AsJson> |
ValueHolder.hold(String name,
V value) |
static <V extends AsJson> |
ValueHolder.hold(V value) |
Copyright © 2016. All rights reserved.