| Package | Description |
|---|---|
| io.vertx.ext.web.api.contract.openapi3 | |
| io.vertx.reactivex.ext.web.api.contract.openapi3 | |
| io.vertx.rxjava.ext.web.api.contract.openapi3 |
| Modifier and Type | Method and Description |
|---|---|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.addFailureHandlerByOperationId(String operationId,
Handler<RoutingContext> failureHandler)
Add a failure handler by operation_id field in Operation object
|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.addHandlerByOperationId(String operationId,
Handler<RoutingContext> handler)
Add an handler by operation_id field in Operation object
|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.addSecuritySchemaScopeValidator(String securitySchemaName,
String scopeName,
Handler<RoutingContext> handler)
Add a particular scope validator.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OpenAPI3RouterFactory.create(Vertx vertx,
String url,
Handler<AsyncResult<OpenAPI3RouterFactory>> handler)
Create a new OpenAPI3RouterFactory
|
static void |
OpenAPI3RouterFactory.createRouterFactoryFromFile(Vertx vertx,
String url,
Handler<AsyncResult<OpenAPI3RouterFactory>> handler)
Deprecated.
|
static void |
OpenAPI3RouterFactory.createRouterFactoryFromURL(Vertx vertx,
String url,
Handler<AsyncResult<OpenAPI3RouterFactory>> handler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static OpenAPI3RouterFactory |
OpenAPI3RouterFactory.newInstance(OpenAPI3RouterFactory arg) |
| Constructor and Description |
|---|
OpenAPI3RouterFactory(OpenAPI3RouterFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
OpenAPI3RouterFactory |
OpenAPI3RouterFactory.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static OpenAPI3RouterFactory |
OpenAPI3RouterFactory.newInstance(OpenAPI3RouterFactory arg) |
| Constructor and Description |
|---|
OpenAPI3RouterFactory(OpenAPI3RouterFactory delegate) |
Copyright © 2018 Eclipse. All rights reserved.