public abstract class JsonPatchOperation extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JsonPatchOperation.SplitPointer
Utility class used by some operations to split a JSON Pointer in two
|
| Modifier and Type | Field and Description |
|---|---|
protected JsonPointer |
path |
| Modifier | Constructor and Description |
|---|---|
protected |
JsonPatchOperation(JsonPointer path)
Constructor
|
protected final JsonPointer path
protected JsonPatchOperation(JsonPointer path)
path - the JSON Pointer for this operationpublic abstract JsonNode apply(JsonNode node) throws JsonPatchException
node - the value to patchJsonPatchException - operation failed to apply to this valueCopyright © 2013. All Rights Reserved.