public interface JsonPatchOperationFactory
Modifier and Type | Method and Description |
---|---|
JsonPatchOperation |
create(JsonNode node)
Creates a JsonPatchOperation from a JsonNode
|
Class<? extends JsonPatchOperation> |
getOperationClass()
Gets the class of JsonPatchOperation that this factory will create.
|
String |
getOperationName()
Gets the name of the JsonPatchOperation that this factory will create.
|
String getOperationName()
Class<? extends JsonPatchOperation> getOperationClass()
JsonPatchOperation create(JsonNode node) throws JsonPatchException
node
- The JsonNode to create the JsonPatchOperation fromJsonPatchException