Uses of Class
io.vertx.reactivex.ext.web.openapi.router.OpenAPIRoute
Packages that use OpenAPIRoute
-
Uses of OpenAPIRoute in io.vertx.reactivex.ext.web.openapi.router
Fields in io.vertx.reactivex.ext.web.openapi.router with type parameters of type OpenAPIRouteModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<OpenAPIRoute> OpenAPIRoute.__TYPE_ARGMethods in io.vertx.reactivex.ext.web.openapi.router that return OpenAPIRouteModifier and TypeMethodDescriptionOpenAPIRoute.addFailureHandler(Handler<RoutingContext> handler) Adds a failure handler for this routeOpenAPIRoute.addHandler(Handler<RoutingContext> handler) Adds a handler for this route which is executed after the security and validation handlers defined in the contractAccess to a route defined in the contract withoperationIdstatic OpenAPIRouteOpenAPIRoute.newInstance(OpenAPIRoute arg) OpenAPIRoute.setDoSecurity(boolean doSecurity) Sets the security flag for incoming requests.OpenAPIRoute.setDoValidation(boolean doValidation) Sets the validation flag for incoming requests.Methods in io.vertx.reactivex.ext.web.openapi.router that return types with arguments of type OpenAPIRoute