public class RegistryBasedJsonPatchFactory extends Object implements JsonPatchFactory
Modifier and Type | Class and Description |
---|---|
static class |
RegistryBasedJsonPatchFactory.Builder
Builds a JsonPatchFactory based on the patch operations we want to register
|
Modifier and Type | Method and Description |
---|---|
JsonPatch |
fromJson(JsonNode node)
Creates a JsonPatch from a JsonNode
|
JsonPatchOperationFactory |
getOperation(String opName) |
public JsonPatchOperationFactory getOperation(String opName)
public JsonPatch fromJson(JsonNode node) throws JsonPatchException
JsonPatchFactory
fromJson
in interface JsonPatchFactory
node
- The node to processJsonPatchException