Package | Description |
---|---|
io.vertx.rxjava.ext.web.api.contract.openapi3 |
Modifier and Type | Field and Description |
---|---|
static TypeArg<OpenAPI3RouterFactory> |
OpenAPI3RouterFactory.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.addFailureHandlerByOperationId(String operationId,
io.vertx.core.Handler<RoutingContext> failureHandler)
Deprecated.
|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.addHandlerByOperationId(String operationId,
io.vertx.core.Handler<RoutingContext> handler)
Deprecated.
|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.addSecuritySchemaScopeValidator(String securitySchemaName,
String scopeName,
io.vertx.core.Handler<RoutingContext> handler)
Deprecated.
|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.mountOperationToEventBus(String operationId,
String address)
Deprecated.
|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.mountServiceFromTag(String tag,
String address)
Deprecated.
|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.mountServicesFromExtensions()
Deprecated.
|
static OpenAPI3RouterFactory |
OpenAPI3RouterFactory.newInstance(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory arg) |
Modifier and Type | Method and Description |
---|---|
static rx.Single<OpenAPI3RouterFactory> |
OpenAPI3RouterFactory.rxCreate(Vertx vertx,
String url)
Deprecated.
|
static rx.Single<OpenAPI3RouterFactory> |
OpenAPI3RouterFactory.rxCreate(Vertx vertx,
String url,
List<io.vertx.core.json.JsonObject> auth)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
OpenAPI3RouterFactory.create(Vertx vertx,
String url,
io.vertx.core.Handler<io.vertx.core.AsyncResult<OpenAPI3RouterFactory>> handler)
Deprecated.
|
static void |
OpenAPI3RouterFactory.create(Vertx vertx,
String url,
List<io.vertx.core.json.JsonObject> auth,
io.vertx.core.Handler<io.vertx.core.AsyncResult<OpenAPI3RouterFactory>> handler)
Deprecated.
|
Copyright © 2021 Eclipse. All rights reserved.