public final class OmitOptionalOperation 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 do nothing if there is no value at path.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION_NAME |
BUNDLE, op, path, value| Constructor and Description |
|---|
OmitOptionalOperation(JsonPointer path,
JsonNode value) |
applyserialize, serializeWithType, toStringpublic static final String OPERATION_NAME
public OmitOptionalOperation(JsonPointer path, JsonNode value)