com.github.fge.jsonpatch
Class JsonPatchInput

java.lang.Object
  extended by com.github.fge.jsonpatch.JsonPatchInput
All Implemented Interfaces:
com.github.fge.jsonschema.core.report.MessageProvider

public final class JsonPatchInput
extends Object
implements com.github.fge.jsonschema.core.report.MessageProvider


Constructor Summary
JsonPatchInput(JsonNode rawPatch, JsonNode node)
           
 
Method Summary
 JsonNode getNode()
           
 JsonNode getRawPatch()
           
 com.github.fge.jsonschema.core.report.ProcessingMessage newMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonPatchInput

public JsonPatchInput(JsonNode rawPatch,
                      JsonNode node)
Method Detail

getRawPatch

public JsonNode getRawPatch()

getNode

public JsonNode getNode()

newMessage

public com.github.fge.jsonschema.core.report.ProcessingMessage newMessage()
Specified by:
newMessage in interface com.github.fge.jsonschema.core.report.MessageProvider