| Package | Description |
|---|---|
| com.github.fge.jsonschema.processing |
Core processing interface and building utility classes
|
| com.github.fge.jsonschema.util |
Various utility classes
|
| Modifier and Type | Method and Description |
|---|---|
ValueHolder<OUT> |
RawProcessor.process(ProcessingReport report,
ValueHolder<IN> input) |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder<OUT> |
RawProcessor.process(ProcessingReport report,
ValueHolder<IN> input) |
| 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) |
Copyright © 2013. All Rights Reserved.