Uses of Interface
io.vertx.core.json.pointer.JsonPointer
Packages that use JsonPointer
-
Uses of JsonPointer in io.vertx.core.json.pointer
Methods in io.vertx.core.json.pointer that return JsonPointerModifier and TypeMethodDescriptionJsonPointer.append(int index) Append theindexas reference token to JsonPointerJsonPointer.append(JsonPointer pointer) Append all tokens ofpointerto this pointer
Note: The base URI of this pointer will remain untouchedAppend an unescapedtokento this pointer
Note: If you provide escaped path the behaviour is undefinedAppend an unescaped list oftokensto JsonPointer
Note: If you provide escaped paths the behaviour is undefinedJsonPointer.copy()Copy a JsonPointerstatic JsonPointerJsonPointer.create()Build an empty JsonPointerstatic JsonPointerBuild a JsonPointer from a json pointer stringstatic JsonPointerBuild a JsonPointer from a URI.JsonPointer.parent()Remove last reference token of this pointerMethods in io.vertx.core.json.pointer with parameters of type JsonPointerModifier and TypeMethodDescriptionJsonPointer.append(JsonPointer pointer) Append all tokens ofpointerto this pointer
Note: The base URI of this pointer will remain untouchedbooleanJsonPointer.isParent(JsonPointer child) Returntrueif this pointer is a parent pointer ofchild.