public abstract class JsonPatchOperationFactoryBase extends Object implements JsonPatchOperationFactory
Constructor and Description |
---|
JsonPatchOperationFactoryBase() |
Modifier and Type | Method and Description |
---|---|
JsonPatchOperation |
create(JsonNode node)
Creates a JsonPatchOperation from a JsonNode
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOperationClass, getOperationName
public JsonPatchOperation create(JsonNode node) throws JsonPatchException
JsonPatchOperationFactory
create
in interface JsonPatchOperationFactory
node
- The JsonNode to create the JsonPatchOperation fromJsonPatchException