| Package | Description |
|---|---|
| io.vertx.ext.web.api.contract | |
| io.vertx.ext.web.api.contract.openapi3 | |
| io.vertx.reactivex.ext.web.api.contract | |
| io.vertx.rxjava.ext.web.api.contract |
| Modifier and Type | Method and Description |
|---|---|
RouterFactory |
RouterFactory.addFailureHandler(HttpMethod method,
String path,
Handler<RoutingContext> failureHandler)
Deprecated.
|
RouterFactory |
RouterFactory.addHandler(HttpMethod method,
String path,
Handler<RoutingContext> handler)
Deprecated.
|
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.
|
RouterFactory |
RouterFactory.setOptions(RouterFactoryOptions options)
Override options
|
RouterFactory |
RouterFactory.setValidationFailureHandler(Handler<RoutingContext> handler)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OpenAPI3RouterFactory
Interface for OpenAPI3RouterFactory.
|
| Modifier and Type | Method and Description |
|---|---|
RouterFactory |
RouterFactory.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <Specification> |
RouterFactory.newInstance(RouterFactory arg) |
static <Specification> |
RouterFactory.newInstance(RouterFactory arg,
TypeArg<Specification> __typeArg_Specification) |
| Modifier and Type | Method and Description |
|---|---|
RouterFactory |
RouterFactory.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <Specification> |
RouterFactory.newInstance(RouterFactory arg) |
static <Specification> |
RouterFactory.newInstance(RouterFactory arg,
TypeArg<Specification> __typeArg_Specification) |
Copyright © 2018 Eclipse. All rights reserved.