Package | Description |
---|---|
io.vertx.ext.web.openapi.router |
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 |
OpenAPIRoute |
OpenAPIRoute.setDoValidation(boolean doValidation)
Sets the validation flag for incoming requests.
|
Modifier and Type | Method and Description |
---|---|
List<OpenAPIRoute> |
RouterBuilder.getRoutes() |
Copyright © 2023 Eclipse. All rights reserved.