Package | Description |
---|---|
io.vertx.reactivex.ext.web.openapi.router |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<OpenAPIRoute> |
OpenAPIRoute.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
OpenAPIRoute |
OpenAPIRoute.addFailureHandler(Handler<RoutingContext> handler)
Adds a failure handler for this route
|
OpenAPIRoute |
OpenAPIRoute.addHandler(Handler<RoutingContext> handler)
Adds a handler for this route which is executed after the security and validation handlers defined in the contract
|
OpenAPIRoute |
RouterBuilder.getRoute(String operationId)
Access to a route defined in the contract with
operationId |
static OpenAPIRoute |
OpenAPIRoute.newInstance(OpenAPIRoute arg) |
OpenAPIRoute |
OpenAPIRoute.setDoValidation(boolean doValidation)
Sets the validation flag for incoming requests.
|
Modifier and Type | Method and Description |
---|---|
List<OpenAPIRoute> |
RouterBuilder.getRoutes() |
Copyright © 2024 Eclipse. All rights reserved.