Uses of Class
io.fabric8.zjsonpatch.JsonPointer
-
Packages that use JsonPointer Package Description io.fabric8.zjsonpatch -
-
Uses of JsonPointer in io.fabric8.zjsonpatch
Fields in io.fabric8.zjsonpatch declared as JsonPointer Modifier and Type Field Description static JsonPointerJsonPointer. ROOTA JSON pointer representing the root node of a JSON documentMethods in io.fabric8.zjsonpatch that return JsonPointer Modifier and Type Method Description JsonPointerJsonPointer. getParent()Creates a JSON pointer to the parent of the node represented by this instance.JsonPointerJsonPatchException. getPath()JsonPointerJsonPointerEvaluationException. getPath()static JsonPointerJsonPointer. parse(String path)Parses a valid string representation of a JSON Pointer.Methods in io.fabric8.zjsonpatch with parameters of type JsonPointer Modifier and Type Method Description voidJsonPatchProcessor. add(JsonPointer path, com.fasterxml.jackson.databind.JsonNode value)voidJsonPatchProcessor. copy(JsonPointer fromPath, JsonPointer toPath)voidJsonPatchProcessor. move(JsonPointer fromPath, JsonPointer toPath)voidJsonPatchProcessor. remove(JsonPointer path)voidJsonPatchProcessor. replace(JsonPointer path, com.fasterxml.jackson.databind.JsonNode value)voidJsonPatchProcessor. test(JsonPointer path, com.fasterxml.jackson.databind.JsonNode value)Constructors in io.fabric8.zjsonpatch with parameters of type JsonPointer Constructor Description JsonPatchException(String message, Operation operation, JsonPointer path)JsonPointerEvaluationException(String message, JsonPointer path, com.fasterxml.jackson.databind.JsonNode target)
-