Uses of Class
io.vertx.reactivex.core.json.pointer.JsonPointer
Packages that use JsonPointer
-
Uses of JsonPointer in io.vertx.reactivex.core.json.pointer
Fields in io.vertx.reactivex.core.json.pointer with type parameters of type JsonPointerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<JsonPointer> JsonPointer.__TYPE_ARGMethods in io.vertx.reactivex.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(JsonPointer arg) JsonPointer.parent()Remove last reference token of this pointerMethods in io.vertx.reactivex.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.