| Package | Description |
|---|---|
| com.github.fge.jsonschema.processors.data | |
| com.github.fge.jsonschema.util |
Various utility classes
|
| com.github.fge.jsonschema.walk |
Schema walker, listener and processor
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaHolder
A simple
SchemaTree container |
| Modifier and Type | Class and Description |
|---|---|
class |
AsJsonValueHolder<T extends AsJson>
A specialized
ValueHolder for values implementing AsJson |
class |
SimpleValueHolder<T> |
| Modifier and Type | Method and Description |
|---|---|
static <V> ValueHolder<V> |
ValueHolder.hold(String name,
V value) |
static <V extends AsJson> |
ValueHolder.hold(String name,
V value) |
static <V> ValueHolder<V> |
ValueHolder.hold(V value) |
static <V extends AsJson> |
ValueHolder.hold(V value) |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder<T> |
SchemaWalkerProcessor.process(ProcessingReport report,
SchemaHolder input) |
Copyright © 2013. All Rights Reserved.