public final class OmitOperation extends OmitOperationBase
omit operation.
The operation will remove the value at path if it exists.
It will do nothing if the actual value at path is not equal to value.
It will throw a "no such path" error if there is no value at path.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION_NAME |
BUNDLE, op, path, value| Constructor and Description |
|---|
OmitOperation(JsonPointer path,
JsonNode value) |
applyserialize, serializeWithType, toStringpublic static final String OPERATION_NAME
public OmitOperation(JsonPointer path, JsonNode value)