public final class RemoveOperation extends RemoveOperationBase
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.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OPERATION_NAME |
BUNDLE, op, path| Constructor and Description |
|---|
RemoveOperation(JsonPointer path) |
apply, serialize, serializeWithType, toStringpublic static final java.lang.String OPERATION_NAME
public RemoveOperation(JsonPointer path)