Uses of Class
com.flipkart.zjsonpatch.JsonPointer
-
Uses of JsonPointer in com.flipkart.zjsonpatch
Fields in com.flipkart.zjsonpatch declared as JsonPointerModifier and TypeFieldDescriptionstatic final JsonPointerJsonPointer.ROOTA JSON pointer representing the root node of a JSON documentMethods in com.flipkart.zjsonpatch that return JsonPointerModifier and TypeMethodDescriptionJsonPointer.getParent()Creates a JSON pointer to the parent of the node represented by this instance.JsonPatchApplicationException.getPath()JsonPointerEvaluationException.getPath()static JsonPointerParses a valid string representation of a JSON Pointer.Methods in com.flipkart.zjsonpatch with parameters of type JsonPointerModifier and TypeMethodDescriptionvoidNoopProcessor.add(JsonPointer path, com.fasterxml.jackson.databind.JsonNode value) voidNoopProcessor.copy(JsonPointer fromPath, JsonPointer toPath) voidNoopProcessor.move(JsonPointer fromPath, JsonPointer toPath) voidNoopProcessor.remove(JsonPointer path) voidNoopProcessor.replace(JsonPointer path, com.fasterxml.jackson.databind.JsonNode value) voidNoopProcessor.test(JsonPointer path, com.fasterxml.jackson.databind.JsonNode value) Constructors in com.flipkart.zjsonpatch with parameters of type JsonPointerModifierConstructorDescriptionJsonPatchApplicationException(String message, Operation operation, JsonPointer path) JsonPointerEvaluationException(String message, JsonPointer path, com.fasterxml.jackson.databind.JsonNode target)