Package | Description |
---|---|
io.vertx.reactivex.ext.web.openapi | |
io.vertx.reactivex.json.schema |
Modifier and Type | Method and Description |
---|---|
SchemaRouter |
RouterBuilder.getSchemaRouter()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SchemaRouter> |
SchemaRouter.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
SchemaRouter |
SchemaRouter.addJson(String uri,
JsonObject object)
Deprecated.
|
SchemaRouter |
SchemaRouter.addJson(URI uri,
JsonObject object)
Deprecated.
|
SchemaRouter |
SchemaRouter.addSchema(Schema schema,
JsonPointer[] aliasScopes)
Deprecated.
|
SchemaRouter |
SchemaRouter.addSchemaAlias(Schema schema,
String alias)
Deprecated.
|
SchemaRouter |
SchemaRouter.addSchemaWithScope(Schema schema,
JsonPointer scope)
Deprecated.
|
static SchemaRouter |
SchemaRouter.create(Vertx vertx,
HttpClient client,
FileSystem fs,
SchemaRouterOptions schemaRouterOptions)
Deprecated.
|
static SchemaRouter |
SchemaRouter.create(Vertx vertx,
SchemaRouterOptions schemaRouterOptions)
Deprecated.
|
SchemaRouter |
SchemaParser.getSchemaRouter()
Deprecated.
|
static SchemaRouter |
SchemaRouter.newInstance(SchemaRouter arg) |
Modifier and Type | Method and Description |
---|---|
static SchemaParser |
SchemaParser.createDraft201909SchemaParser(SchemaRouter router)
Deprecated.
|
static SchemaParser |
SchemaParser.createDraft7SchemaParser(SchemaRouter router)
Deprecated.
|
static SchemaParser |
SchemaParser.createOpenAPI3SchemaParser(SchemaRouter router)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.