public abstract class OmitOperationBase extends PathValueOperation
BUNDLE, op, path, value| Constructor and Description |
|---|
OmitOperationBase(String op,
JsonPointer path,
JsonNode value,
PathMissingPolicy pathMissingPolicy) |
| Modifier and Type | Method and Description |
|---|---|
JsonNode |
apply(JsonNode node)
Apply this operation to a JSON value
|
serialize, serializeWithType, toStringpublic OmitOperationBase(String op, JsonPointer path, JsonNode value, PathMissingPolicy pathMissingPolicy)
public JsonNode apply(JsonNode node) throws JsonPatchException
JsonPatchOperationnode - the value to patchJsonPatchException - operation failed to apply to this value