Package | Description |
---|---|
com.github.fge.jsonschema.core.processing |
Core processing interface and building utility classes
|
com.github.fge.jsonschema.core.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 © 2016. All rights reserved.