public class JsonPatchInstruction
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonPatchInstruction.JsonPatchOperationType |
| Constructor and Description |
|---|
JsonPatchInstruction(JsonPatchInstruction.JsonPatchOperationType operation,
com.fasterxml.jackson.core.JsonPointer path) |
JsonPatchInstruction(JsonPatchInstruction.JsonPatchOperationType operation,
com.fasterxml.jackson.core.JsonPointer path,
com.fasterxml.jackson.databind.JsonNode value) |
JsonPatchInstruction(JsonPatchInstruction.JsonPatchOperationType operation,
com.fasterxml.jackson.core.JsonPointer path,
com.fasterxml.jackson.core.JsonPointer from) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.core.JsonPointer |
getFrom() |
JsonPatchInstruction.JsonPatchOperationType |
getOperation() |
com.fasterxml.jackson.core.JsonPointer |
getPath() |
com.fasterxml.jackson.databind.JsonNode |
getValue() |
void |
setFrom(com.fasterxml.jackson.core.JsonPointer from) |
void |
setOperation(JsonPatchInstruction.JsonPatchOperationType operation) |
void |
setPath(com.fasterxml.jackson.core.JsonPointer path) |
void |
setValue(com.fasterxml.jackson.databind.JsonNode value) |
public JsonPatchInstruction(JsonPatchInstruction.JsonPatchOperationType operation, com.fasterxml.jackson.core.JsonPointer path, com.fasterxml.jackson.core.JsonPointer from)
public JsonPatchInstruction(JsonPatchInstruction.JsonPatchOperationType operation, com.fasterxml.jackson.core.JsonPointer path)
public JsonPatchInstruction(JsonPatchInstruction.JsonPatchOperationType operation, com.fasterxml.jackson.core.JsonPointer path, com.fasterxml.jackson.databind.JsonNode value)
public void setOperation(JsonPatchInstruction.JsonPatchOperationType operation)
public void setPath(com.fasterxml.jackson.core.JsonPointer path)
public void setFrom(com.fasterxml.jackson.core.JsonPointer from)
public void setValue(com.fasterxml.jackson.databind.JsonNode value)
public JsonPatchInstruction.JsonPatchOperationType getOperation()
public com.fasterxml.jackson.core.JsonPointer getPath()
public com.fasterxml.jackson.core.JsonPointer getFrom()
public com.fasterxml.jackson.databind.JsonNode getValue()