com.github.fge.jsonpatch
Class JsonPatchProcessor
java.lang.Object
com.github.fge.jsonpatch.JsonPatchProcessor
- All Implemented Interfaces:
- com.github.fge.jsonschema.core.processing.Processor<JsonPatchInput,com.github.fge.jsonschema.core.util.ValueHolder<JsonNode>>
public final class JsonPatchProcessor
- extends Object
- implements com.github.fge.jsonschema.core.processing.Processor<JsonPatchInput,com.github.fge.jsonschema.core.util.ValueHolder<JsonNode>>
|
Method Summary |
com.github.fge.jsonschema.core.util.ValueHolder<JsonNode> |
process(com.github.fge.jsonschema.core.report.ProcessingReport report,
JsonPatchInput input)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonPatchProcessor
public JsonPatchProcessor()
process
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
- Specified by:
process in interface com.github.fge.jsonschema.core.processing.Processor<JsonPatchInput,com.github.fge.jsonschema.core.util.ValueHolder<JsonNode>>
- Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException