public final class JsonPatchProcessor extends Object implements com.github.fge.jsonschema.core.processing.Processor<JsonPatchInput,com.github.fge.jsonschema.core.util.ValueHolder<JsonNode>>
| Constructor and Description |
|---|
JsonPatchProcessor() |
| Modifier and Type | Method and Description |
|---|---|
com.github.fge.jsonschema.core.util.ValueHolder<JsonNode> |
process(com.github.fge.jsonschema.core.report.ProcessingReport report,
JsonPatchInput input) |
public com.github.fge.jsonschema.core.util.ValueHolder<JsonNode> process(com.github.fge.jsonschema.core.report.ProcessingReport report, JsonPatchInput input) throws com.github.fge.jsonschema.core.exceptions.ProcessingException
process in interface com.github.fge.jsonschema.core.processing.Processor<JsonPatchInput,com.github.fge.jsonschema.core.util.ValueHolder<JsonNode>>com.github.fge.jsonschema.core.exceptions.ProcessingException