| Package | Description |
|---|---|
| io.vertx.rxjava.ext.web.api.contract | |
| io.vertx.rxjava.ext.web.api.contract.openapi3 |
| Modifier and Type | Method and Description |
|---|---|
RouterFactory |
RouterFactory.addFailureHandler(HttpMethod method,
String path,
Handler<RoutingContext> failureHandler)
Add a failure handler to a path with a method.
|
RouterFactory |
RouterFactory.addHandler(HttpMethod method,
String path,
Handler<RoutingContext> handler)
Add an handler to a path with a method.
|
RouterFactory |
RouterFactory.addSecurityHandler(String securitySchemaName,
Handler<RoutingContext> handler)
Mount to paths that have to follow a security schema a security handler
|
RouterFactory |
RouterFactory.enableValidationFailureHandler(boolean enable)
Deprecated.
|
RouterFactory |
RouterFactory.mountOperationsWithoutHandlers(boolean enable)
Deprecated.
|
static <Specification> |
RouterFactory.newInstance(RouterFactory arg) |
static <Specification> |
RouterFactory.newInstance(RouterFactory arg,
TypeArg<Specification> __typeArg_Specification) |
RouterFactory |
RouterFactory.setOptions(RouterFactoryOptions options)
Override options
|
RouterFactory |
RouterFactory.setValidationFailureHandler(Handler<RoutingContext> handler)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenAPI3RouterFactory
Interface for OpenAPI3RouterFactory.
|
| Modifier and Type | Method and Description |
|---|---|
RouterFactory |
OpenAPI3RouterFactory.addFailureHandler(HttpMethod method,
String path,
Handler<RoutingContext> failureHandler)
Add a failure handler to a path with a method.
|
RouterFactory |
OpenAPI3RouterFactory.addHandler(HttpMethod method,
String path,
Handler<RoutingContext> handler)
Add an handler to a path with a method.
|
RouterFactory |
OpenAPI3RouterFactory.addSecurityHandler(String securitySchemaName,
Handler<RoutingContext> handler)
Mount to paths that have to follow a security schema a security handler
|
RouterFactory |
OpenAPI3RouterFactory.enableValidationFailureHandler(boolean enable)
Deprecated.
|
RouterFactory |
OpenAPI3RouterFactory.mountOperationsWithoutHandlers(boolean enable)
Deprecated.
|
RouterFactory |
OpenAPI3RouterFactory.setOptions(RouterFactoryOptions options)
Override options
|
RouterFactory |
OpenAPI3RouterFactory.setValidationFailureHandler(Handler<RoutingContext> handler)
Deprecated.
|
Copyright © 2018 Eclipse. All rights reserved.