Package | Description |
---|---|
io.vertx.rxjava.json.schema |
Modifier and Type | Field and Description |
---|---|
static TypeArg<Schema> |
Schema.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Schema |
Schema.newInstance(io.vertx.json.schema.Schema arg) |
Schema |
SchemaParser.parse(Boolean jsonSchema)
Deprecated.
|
Schema |
SchemaParser.parse(Boolean jsonSchema,
JsonPointer schemaPointer)
Deprecated.
|
Schema |
SchemaParser.parse(io.vertx.core.json.JsonObject jsonSchema)
Deprecated.
|
Schema |
SchemaParser.parse(io.vertx.core.json.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.
|
rx.Single<Schema> |
SchemaRouter.rxResolveRef(JsonPointer pointer,
JsonPointer scope,
SchemaParser schemaParser)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SchemaRouter |
SchemaRouter.addSchema(Schema schema,
io.vertx.core.json.pointer.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,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Schema>> handler)
Deprecated.
|
Copyright © 2022 Eclipse. All rights reserved.