public abstract class PathValueOperation extends JsonPatchOperation
The JSON value is deserialized using JsonNullAwareDeserializer,
since a JSON null is a valid value.
| Modifier and Type | Field and Description |
|---|---|
protected JsonNode |
value |
BUNDLE, path| Modifier | Constructor and Description |
|---|---|
protected |
PathValueOperation(com.github.fge.jackson.jsonpointer.JsonPointer path,
JsonNode value)
Protected constructor
|
protected final JsonNode value
protected PathValueOperation(com.github.fge.jackson.jsonpointer.JsonPointer path,
JsonNode value)
path - the JSON Pointer for this operationvalue - the JSON value for this operationpublic String toString()
toString in class JsonPatchOperation