Package | Description |
---|---|
io.vertx.ext.web.openapi.router | |
io.vertx.reactivex.ext.web.openapi.router | |
io.vertx.rxjava3.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() |
Modifier and Type | Method and Description |
---|---|
OpenAPIRoute |
OpenAPIRoute.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OpenAPIRoute |
OpenAPIRoute.newInstance(OpenAPIRoute arg) |
Constructor and Description |
---|
OpenAPIRoute(OpenAPIRoute delegate) |
Modifier and Type | Method and Description |
---|---|
OpenAPIRoute |
OpenAPIRoute.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OpenAPIRoute |
OpenAPIRoute.newInstance(OpenAPIRoute arg) |
Constructor and Description |
---|
OpenAPIRoute(OpenAPIRoute delegate) |
Copyright © 2024 Eclipse. All rights reserved.