Uses of Interface
io.vertx.core.json.pointer.JsonPointer
-
-
Uses of JsonPointer in io.vertx.core.json.pointer
Methods in io.vertx.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.JsonPointer
JsonPointer. parent()
Remove last reference token of this pointerMethods in io.vertx.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
. -
Uses of JsonPointer in io.vertx.json.schema
Fields in io.vertx.json.schema declared as JsonPointer Modifier and Type Field Description protected JsonPointer
ValidationException. inputScope
Methods in io.vertx.json.schema that return JsonPointer Modifier and Type Method Description JsonPointer
ValidationException. inputScope()
-
Uses of JsonPointer in io.vertx.json.schema.common
Methods in io.vertx.json.schema.common that return JsonPointer Modifier and Type Method Description JsonPointer
SchemaURNId. toPointer()
Methods in io.vertx.json.schema.common with parameters of type JsonPointer Modifier and Type Method Description void
ValidationExceptionImpl. setInputScope(JsonPointer scope)
-
Uses of JsonPointer in io.vertx.json.schema.common.dsl
Methods in io.vertx.json.schema.common.dsl with parameters of type JsonPointer Modifier and Type Method Description T
SchemaBuilder. id(JsonPointer id)
static GenericSchemaBuilder
Schemas. ref(JsonPointer pointer)
-
Uses of JsonPointer in io.vertx.reactivex.core.json.pointer
Methods in io.vertx.reactivex.core.json.pointer that return JsonPointer Modifier and Type Method Description JsonPointer
JsonPointer. getDelegate()
Methods in io.vertx.reactivex.core.json.pointer with parameters of type JsonPointer Modifier and Type Method Description static JsonPointer
JsonPointer. newInstance(JsonPointer arg)
Constructors in io.vertx.reactivex.core.json.pointer with parameters of type JsonPointer Constructor Description JsonPointer(JsonPointer delegate)
-
Uses of JsonPointer in io.vertx.rxjava3.core.json.pointer
Methods in io.vertx.rxjava3.core.json.pointer that return JsonPointer Modifier and Type Method Description JsonPointer
JsonPointer. getDelegate()
Methods in io.vertx.rxjava3.core.json.pointer with parameters of type JsonPointer Modifier and Type Method Description static JsonPointer
JsonPointer. newInstance(JsonPointer arg)
Constructors in io.vertx.rxjava3.core.json.pointer with parameters of type JsonPointer Constructor Description JsonPointer(JsonPointer delegate)
-