com.github.fge.jsonpatch
Class JsonPatchInput
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonPatchInput
public JsonPatchInput(JsonNode rawPatch,
JsonNode node)
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