Uses of Class
io.vertx.rxjava.core.json.pointer.JsonPointer
-
Packages that use JsonPointer Package Description io.vertx.rxjava.core.json.pointer io.vertx.rxjava.json.schema -
-
Uses of JsonPointer in io.vertx.rxjava.core.json.pointer
Fields in io.vertx.rxjava.core.json.pointer with type parameters of type JsonPointer Modifier and Type Field Description static TypeArg<JsonPointer>JsonPointer. __TYPE_ARGMethods in io.vertx.rxjava.core.json.pointer that return JsonPointer Modifier and Type Method Description JsonPointerJsonPointer. append(int index)Append theindexas reference token to JsonPointerJsonPointerJsonPointer. append(JsonPointer pointer)Append all tokens ofpointerto this pointer
Note: The base URI of this pointer will remain untouchedJsonPointerJsonPointer. append(String token)Append an unescapedtokento this pointer
Note: If you provide escaped path the behaviour is undefinedJsonPointerJsonPointer. append(List<String> tokens)Append an unescaped list oftokensto JsonPointer
Note: If you provide escaped paths the behaviour is undefinedJsonPointerJsonPointer. copy()Copy a JsonPointerstatic JsonPointerJsonPointer. create()Build an empty JsonPointerstatic JsonPointerJsonPointer. from(String pointer)Build a JsonPointer from a json pointer stringstatic JsonPointerJsonPointer. fromURI(URI uri)Build a JsonPointer from a URI.static JsonPointerJsonPointer. newInstance(JsonPointer arg)JsonPointerJsonPointer. parent()Remove last reference token of this pointerMethods in io.vertx.rxjava.core.json.pointer with parameters of type JsonPointer Modifier and Type Method Description JsonPointerJsonPointer. 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.rxjava.json.schema
Methods in io.vertx.rxjava.json.schema that return JsonPointer Modifier and Type Method Description JsonPointerSchema. getScope()Deprecated.Methods in io.vertx.rxjava.json.schema with parameters of type JsonPointer Modifier and Type Method Description SchemaRouterSchemaRouter. addSchemaWithScope(Schema schema, JsonPointer scope)Deprecated.SchemaSchemaParser. parse(JsonObject jsonSchema, JsonPointer schemaPointer)Deprecated.SchemaSchemaParser. parse(Boolean jsonSchema, JsonPointer schemaPointer)Deprecated.SchemaSchemaParser. parseFromString(String unparsedJson, JsonPointer schemaPointer)Deprecated.SchemaSchemaRouter. resolveCachedSchema(JsonPointer refPointer, JsonPointer schemaScope, SchemaParser parser)Deprecated.voidSchemaRouter. resolveRef(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser)Deprecated.voidSchemaRouter. resolveRef(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser, Handler<AsyncResult<Schema>> handler)Deprecated.rx.Single<Schema>SchemaRouter. rxResolveRef(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser)Deprecated.
-