| Package | Description | 
|---|---|
| io.vertx.rxjava.core.json.pointer | |
| io.vertx.rxjava.json.schema | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<JsonPointer> | 
JsonPointer.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
JsonPointer | 
JsonPointer.append(int index)
Append the  
index as reference token to JsonPointer | 
JsonPointer | 
JsonPointer.append(JsonPointer pointer)
Append all tokens of  
pointer to this pointer Note: The base URI of this pointer will remain untouched  | 
JsonPointer | 
JsonPointer.append(List<String> tokens)
Append an unescaped list of  
tokens to JsonPointer Note: If you provide escaped paths the behaviour is undefined  | 
JsonPointer | 
JsonPointer.append(String token)
Append an unescaped  
token to this pointer Note: If you provide escaped path the behaviour is undefined  | 
JsonPointer | 
JsonPointer.copy()
Copy a JsonPointer 
 | 
static JsonPointer | 
JsonPointer.create()
Build an empty JsonPointer 
 | 
static JsonPointer | 
JsonPointer.from(String pointer)
Build a JsonPointer from a json pointer string 
 | 
static 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 pointer 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JsonPointer | 
JsonPointer.append(JsonPointer pointer)
Append all tokens of  
pointer to this pointer Note: The base URI of this pointer will remain untouched  | 
boolean | 
JsonPointer.isParent(JsonPointer child)
Return  
true if this pointer is a parent pointer of child. | 
| Modifier and Type | Method and Description | 
|---|---|
JsonPointer | 
Schema.getScope()
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaRouter | 
SchemaRouter.addSchemaWithScope(Schema schema,
                  JsonPointer scope)
Deprecated.  
 | 
Schema | 
SchemaParser.parse(Boolean jsonSchema,
     JsonPointer schemaPointer)
Deprecated.  
 | 
Schema | 
SchemaParser.parse(JsonObject jsonSchema,
     JsonPointer schemaPointer)
Deprecated.  
 | 
Schema | 
SchemaParser.parseFromString(String unparsedJson,
               JsonPointer schemaPointer)
Deprecated.  
 | 
Schema | 
SchemaRouter.resolveCachedSchema(JsonPointer refPointer,
                   JsonPointer schemaScope,
                   SchemaParser parser)
Deprecated.  
 | 
void | 
SchemaRouter.resolveRef(JsonPointer pointer,
          JsonPointer scope,
          SchemaParser schemaParser)
Deprecated.  
 | 
void | 
SchemaRouter.resolveRef(JsonPointer pointer,
          JsonPointer scope,
          SchemaParser schemaParser,
          Handler<AsyncResult<Schema>> handler)
Deprecated.  
 | 
Single<Schema> | 
SchemaRouter.rxResolveRef(JsonPointer pointer,
            JsonPointer scope,
            SchemaParser schemaParser)
Deprecated.  
 | 
Copyright © 2023 Eclipse. All rights reserved.