public class JsonPatchUtil
extends java.lang.Object
| Constructor and Description |
|---|
JsonPatchUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
at(com.fasterxml.jackson.databind.JsonNode rootNode,
com.fasterxml.jackson.core.JsonPointer pathPointer) |
static com.fasterxml.jackson.databind.JsonNode |
put(com.fasterxml.jackson.databind.JsonNode valueNode,
com.fasterxml.jackson.core.JsonPointer pathPointer,
com.fasterxml.jackson.databind.JsonNode rootNode) |
static com.fasterxml.jackson.databind.JsonNode |
remove(com.fasterxml.jackson.core.JsonPointer pathPointer,
com.fasterxml.jackson.databind.JsonNode rootNode) |
static boolean |
test(com.fasterxml.jackson.databind.JsonNode valueNode,
com.fasterxml.jackson.core.JsonPointer pathPointer,
com.fasterxml.jackson.databind.JsonNode rootNode) |
public static com.fasterxml.jackson.databind.JsonNode remove(com.fasterxml.jackson.core.JsonPointer pathPointer,
com.fasterxml.jackson.databind.JsonNode rootNode)
throws JsonPatchFormatException
JsonPatchFormatExceptionpublic static com.fasterxml.jackson.databind.JsonNode put(com.fasterxml.jackson.databind.JsonNode valueNode,
com.fasterxml.jackson.core.JsonPointer pathPointer,
com.fasterxml.jackson.databind.JsonNode rootNode)
throws JsonPatchFormatException
JsonPatchFormatExceptionpublic static boolean test(com.fasterxml.jackson.databind.JsonNode valueNode,
com.fasterxml.jackson.core.JsonPointer pathPointer,
com.fasterxml.jackson.databind.JsonNode rootNode)
throws JsonPatchFormatException
JsonPatchFormatExceptionpublic static com.fasterxml.jackson.databind.JsonNode at(com.fasterxml.jackson.databind.JsonNode rootNode,
com.fasterxml.jackson.core.JsonPointer pathPointer)
throws JsonPatchFormatException
JsonPatchFormatException