Uses of Class
com.floragunn.codova.documents.pointer.PointerEvaluationException
-
Packages that use PointerEvaluationException Package Description com.floragunn.codova.documents.patch com.floragunn.codova.documents.pointer -
-
Uses of PointerEvaluationException in com.floragunn.codova.documents.patch
Methods in com.floragunn.codova.documents.patch that throw PointerEvaluationException Modifier and Type Method Description booleanJsonPatch.Operation.Add. apply(Object document)booleanJsonPatch.Operation. apply(Object document)booleanJsonPatch.Operation.Copy. apply(Object document)booleanJsonPatch.Operation.Move. apply(Object document)booleanJsonPatch.Operation.Remove. apply(Object document)booleanJsonPatch.Operation.Replace. apply(Object document)booleanJsonPatch.Operation.Test. apply(Object document) -
Uses of PointerEvaluationException in com.floragunn.codova.documents.pointer
Methods in com.floragunn.codova.documents.pointer that throw PointerEvaluationException Modifier and Type Method Description voidDocPointer. addAtPointedValue(Object objectTreeNode, Object newValue)voidJsonPointer. addAtPointedValue(Object objectTreeNode, Object newValue)default ObjectDocPointer. getPointedValue(DocNode docNode)ObjectDocPointer. getPointedValue(Object objectTreeNode)ObjectJsonPointer. getPointedValue(Object objectTreeNode)default DocNodeDocPointer. getPointedValueAsNode(DocNode docNode)ObjectDocPointer. removePointedValue(Object objectTreeNode)ObjectJsonPointer. removePointedValue(Object objectTreeNode)voidDocPointer. setPointedValue(Object objectTreeNode, Object newValue)voidJsonPointer. setPointedValue(Object objectTreeNode, Object newValue)
-