public final class RemoveOperation extends JsonPatchOperation
remove operation
This operation only takes one pointer (path) as an argument. It
is an error condition if no JSON value exists at that pointer.
JsonPatchOperation.SplitPointerpath| Constructor and Description |
|---|
RemoveOperation(JsonPointer path) |
public RemoveOperation(JsonPointer path)
public JsonNode apply(JsonNode node) throws JsonPatchException
JsonPatchOperationapply in class JsonPatchOperationnode - the value to patchJsonPatchException - operation failed to apply to this valuepublic String toString()
toString in class JsonPatchOperationCopyright © 2013. All Rights Reserved.