| Modifier and Type | Method and Description | 
|---|---|
| OpenAPI3RouterFactory | OpenAPI3RouterFactory. addFailureHandlerByOperationId(String operationId,
                              Handler<RoutingContext> failureHandler)Deprecated.  Add a failure handler by operation_id field in Operation object | 
| OpenAPI3RouterFactory | OpenAPI3RouterFactory. addHandlerByOperationId(String operationId,
                       Handler<RoutingContext> handler)Deprecated.  Add an handler by operation_id field in Operation object | 
| OpenAPI3RouterFactory | OpenAPI3RouterFactory. addSecuritySchemaScopeValidator(String securitySchemaName,
                               String scopeName,
                               Handler<RoutingContext> handler)Deprecated.  Add a particular scope validator. | 
| OpenAPI3RouterFactory | OpenAPI3RouterFactory. mountOperationToEventBus(String operationId,
                        String address)Deprecated.  Specify to route an incoming request for specified operation id to a Web Api Service mounted at the specified address on event bus. | 
| OpenAPI3RouterFactory | OpenAPI3RouterFactory. mountServiceFromTag(String tag,
                   String address)Deprecated.  Specify to route an incoming request for all operations that contains the specified tag to a Web Api Service mounted at the specified address on event bus. | 
| OpenAPI3RouterFactory | OpenAPI3RouterFactory. mountServiceInterface(Class interfaceClass,
                     String address)Deprecated.  Introspect the Web Api Service interface to route to service all matching method names with operation ids. | 
| OpenAPI3RouterFactory | OpenAPI3RouterFactory. mountServicesFromExtensions()Deprecated.  Introspect the OpenAPI spec to mount handlers for all operations that specifies a x-vertx-event-bus annotation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Future<OpenAPI3RouterFactory> | OpenAPI3RouterFactory. create(Vertx vertx,
      String url)Deprecated.  | 
| static Future<OpenAPI3RouterFactory> | OpenAPI3RouterFactory. create(Vertx vertx,
      String url,
      List<JsonObject> auth)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | OpenAPI3RouterFactory. create(Vertx vertx,
      String url,
      Handler<AsyncResult<OpenAPI3RouterFactory>> handler)Deprecated.  Create a new OpenAPI3RouterFactory | 
| static void | OpenAPI3RouterFactory. create(Vertx vertx,
      String url,
      List<JsonObject> auth,
      Handler<AsyncResult<OpenAPI3RouterFactory>> handler)Deprecated.  Create a new OpenAPI3RouterFactory | 
| 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) | 
| 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 © 2021 Eclipse. All rights reserved.