public abstract class PathValueOperation extends JsonPatchOperation
The JSON value is deserialized using JsonNullAwareDeserializer,
since a JSON null is a valid value.
JsonPatchOperation.SplitPointer| Modifier and Type | Field and Description |
|---|---|
protected JsonNode |
value |
path| Modifier | Constructor and Description |
|---|---|
protected |
PathValueOperation(JsonPointer path,
JsonNode value)
Protected constructor
|
protected final JsonNode value
protected PathValueOperation(JsonPointer path, JsonNode value)
path - the JSON Pointer for this operationvalue - the JSON value for this operationpublic String toString()
toString in class JsonPatchOperationCopyright © 2013. All Rights Reserved.