Uses of Interface
io.vertx.core.json.pointer.JsonPointer
Packages that use JsonPointer
Package
Description
-
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. -
Uses of JsonPointer in io.vertx.json.schema
Fields in io.vertx.json.schema declared as JsonPointerMethods in io.vertx.json.schema that return JsonPointer -
Uses of JsonPointer in io.vertx.json.schema.common
Methods in io.vertx.json.schema.common that return JsonPointerMethods in io.vertx.json.schema.common with parameters of type JsonPointer -
Uses of JsonPointer in io.vertx.json.schema.common.dsl
Methods in io.vertx.json.schema.common.dsl with parameters of type JsonPointerModifier and TypeMethodDescriptionSchemaBuilder.id(JsonPointer id) static GenericSchemaBuilderSchemas.ref(JsonPointer pointer) -
Uses of JsonPointer in io.vertx.reactivex.core.json.pointer
Methods in io.vertx.reactivex.core.json.pointer that return JsonPointerMethods in io.vertx.reactivex.core.json.pointer with parameters of type JsonPointerConstructors in io.vertx.reactivex.core.json.pointer with parameters of type JsonPointer -
Uses of JsonPointer in io.vertx.rxjava3.core.json.pointer
Methods in io.vertx.rxjava3.core.json.pointer that return JsonPointerMethods in io.vertx.rxjava3.core.json.pointer with parameters of type JsonPointerConstructors in io.vertx.rxjava3.core.json.pointer with parameters of type JsonPointer