Uses of Class
io.vertx.mutiny.core.json.pointer.JsonPointer
Packages that use JsonPointer
-
Uses of JsonPointer in io.vertx.mutiny.core.json.pointer
Fields in io.vertx.mutiny.core.json.pointer with type parameters of type JsonPointerMethods in io.vertx.mutiny.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.static JsonPointerJsonPointer.newInstance(io.vertx.core.json.pointer.JsonPointer delegate) Creates a new instance of theJsonPointer.JsonPointer.parent()Remove last reference token of this pointerMethods in io.vertx.mutiny.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.