Package | Description |
---|---|
io.vertx.rxjava.json.schema |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Schema> |
Schema.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Schema |
Schema.newInstance(Schema arg) |
Schema |
SchemaParser.parse(Boolean jsonSchema)
Deprecated.
|
Schema |
SchemaParser.parse(Boolean jsonSchema,
JsonPointer schemaPointer)
Deprecated.
|
Schema |
SchemaParser.parse(JsonObject jsonSchema)
Deprecated.
|
Schema |
SchemaParser.parse(JsonObject jsonSchema,
JsonPointer schemaPointer)
Deprecated.
|
Schema |
SchemaParser.parseFromString(String unparsedJson)
Deprecated.
|
Schema |
SchemaParser.parseFromString(String unparsedJson,
JsonPointer schemaPointer)
Deprecated.
|
Schema |
SchemaRouter.resolveCachedSchema(JsonPointer refPointer,
JsonPointer schemaScope,
SchemaParser parser)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Schema> |
SchemaRouter.registeredSchemas()
Deprecated.
|
Single<Schema> |
SchemaRouter.rxResolveRef(JsonPointer pointer,
JsonPointer scope,
SchemaParser schemaParser)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SchemaRouter |
SchemaRouter.addSchema(Schema schema,
JsonPointer[] aliasScopes)
Deprecated.
|
SchemaRouter |
SchemaRouter.addSchemaAlias(Schema schema,
String alias)
Deprecated.
|
SchemaRouter |
SchemaRouter.addSchemaWithScope(Schema schema,
JsonPointer scope)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaRouter.resolveRef(JsonPointer pointer,
JsonPointer scope,
SchemaParser schemaParser,
Handler<AsyncResult<Schema>> handler)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.