| Package | Description |
|---|---|
| io.vertx.rxjava.ext.web.api.contract | |
| io.vertx.rxjava.ext.web.api.contract.openapi3 |
| Modifier and Type | Method and Description |
|---|---|
DesignDrivenRouterFactory |
DesignDrivenRouterFactory.addFailureHandler(HttpMethod method,
String path,
Handler<RoutingContext> failureHandler)
Add a failure handler to a path with a method.
|
DesignDrivenRouterFactory |
DesignDrivenRouterFactory.addHandler(HttpMethod method,
String path,
Handler<RoutingContext> handler)
Add an handler to a path with a method.
|
DesignDrivenRouterFactory |
DesignDrivenRouterFactory.addSecurityHandler(String securitySchemaName,
Handler<RoutingContext> handler)
Mount to paths that have to follow a security schema a security handler
|
DesignDrivenRouterFactory |
DesignDrivenRouterFactory.enableValidationFailureHandler(boolean enable)
Enable or disable validation failure handler.
|
DesignDrivenRouterFactory |
DesignDrivenRouterFactory.mountOperationsWithoutHandlers(boolean enable)
Automatic mount handlers that return HTTP 501 status code for operations where you didn't specify an handler.
|
static <Specification> |
DesignDrivenRouterFactory.newInstance(DesignDrivenRouterFactory arg) |
static <Specification> |
DesignDrivenRouterFactory.newInstance(DesignDrivenRouterFactory arg,
TypeArg<Specification> __typeArg_Specification) |
DesignDrivenRouterFactory |
DesignDrivenRouterFactory.setValidationFailureHandler(Handler<RoutingContext> handler)
Set default validation failure handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenAPI3RouterFactory
Interface for OpenAPI3RouterFactory.
|
| Modifier and Type | Method and Description |
|---|---|
DesignDrivenRouterFactory |
OpenAPI3RouterFactory.addFailureHandler(HttpMethod method,
String path,
Handler<RoutingContext> failureHandler)
Add a failure handler to a path with a method.
|
DesignDrivenRouterFactory |
OpenAPI3RouterFactory.addHandler(HttpMethod method,
String path,
Handler<RoutingContext> handler)
Add an handler to a path with a method.
|
DesignDrivenRouterFactory |
OpenAPI3RouterFactory.addSecurityHandler(String securitySchemaName,
Handler<RoutingContext> handler)
Mount to paths that have to follow a security schema a security handler
|
DesignDrivenRouterFactory |
OpenAPI3RouterFactory.enableValidationFailureHandler(boolean enable)
Enable or disable validation failure handler.
|
DesignDrivenRouterFactory |
OpenAPI3RouterFactory.mountOperationsWithoutHandlers(boolean enable)
Automatic mount handlers that return HTTP 501 status code for operations where you didn't specify an handler.
|
DesignDrivenRouterFactory |
OpenAPI3RouterFactory.setValidationFailureHandler(Handler<RoutingContext> handler)
Set default validation failure handler.
|
Copyright © 2017. All rights reserved.