Uses of Class
io.vertx.reactivex.core.json.pointer.JsonPointer
-
Packages that use JsonPointer Package Description io.vertx.reactivex.core.json.pointer -
-
Uses of JsonPointer in io.vertx.reactivex.core.json.pointer
Fields in io.vertx.reactivex.core.json.pointer with type parameters of type JsonPointer Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<JsonPointer>
JsonPointer. __TYPE_ARG
Methods in io.vertx.reactivex.core.json.pointer that return JsonPointer Modifier and Type Method Description JsonPointer
JsonPointer. append(int index)
Append theindex
as reference token to JsonPointerJsonPointer
JsonPointer. append(JsonPointer pointer)
Append all tokens ofpointer
to this pointer
Note: The base URI of this pointer will remain untouchedJsonPointer
JsonPointer. append(String token)
Append an unescapedtoken
to this pointer
Note: If you provide escaped path the behaviour is undefinedJsonPointer
JsonPointer. append(List<String> tokens)
Append an unescaped list oftokens
to JsonPointer
Note: If you provide escaped paths the behaviour is undefinedJsonPointer
JsonPointer. copy()
Copy a JsonPointerstatic JsonPointer
JsonPointer. create()
Build an empty JsonPointerstatic JsonPointer
JsonPointer. from(String pointer)
Build a JsonPointer from a json pointer stringstatic JsonPointer
JsonPointer. fromURI(URI uri)
Build a JsonPointer from a URI.static JsonPointer
JsonPointer. newInstance(JsonPointer arg)
JsonPointer
JsonPointer. parent()
Remove last reference token of this pointerMethods in io.vertx.reactivex.core.json.pointer with parameters of type JsonPointer Modifier and Type Method Description JsonPointer
JsonPointer. append(JsonPointer pointer)
Append all tokens ofpointer
to this pointer
Note: The base URI of this pointer will remain untouchedboolean
JsonPointer. isParent(JsonPointer child)
Returntrue
if this pointer is a parent pointer ofchild
.
-