com.github.fge.jsonpatch
Class JsonPatchProcessor

java.lang.Object
  extended by 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>>


Constructor Summary
JsonPatchProcessor()
           
 
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
 

Constructor Detail

JsonPatchProcessor

public JsonPatchProcessor()
Method Detail

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