Uses of Interface
io.vertx.ext.web.openapi.router.RouterBuilder
Packages that use RouterBuilder
Package
Description
-
Uses of RouterBuilder in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router that return RouterBuilderModifier and TypeMethodDescriptionSecurity.apiKeyHandler(APIKeyHandler handler) Configure theAPIKeyHandlerto be used when creating the router.static RouterBuilderRouterBuilder.create(Vertx vertx, OpenAPIContract contract) Create a newRouterBuilder.static RouterBuilderRouterBuilder.create(Vertx vertx, OpenAPIContract contract, RequestExtractor extractor) Create a newRouterBuilder.Security.httpHandler(BasicAuthHandler handler) Configure theBasicAuthHandlerto be used when creating the router.Security.httpHandler(DigestAuthHandler handler) Configure theDigestAuthHandlerto be used when creating the router.Security.httpHandler(JWTAuthHandler handler) Configure theJWTAuthHandlerto be used when creating the router.Security.oauth2Handler(String callback, Function<SecurityScheme, OAuth2AuthHandler> factory) Configure theOAuth2AuthHandlerto be used when creating the router.default RouterBuilderSecurity.oauth2Handler(Function<SecurityScheme, OAuth2AuthHandler> factory) Configure theOAuth2AuthHandlerto be used when creating the router.RouterBuilder.rootHandler(Handler<RoutingContext> rootHandler) Add global handler to be applied prior toRouterbeing generated.Methods in io.vertx.ext.web.openapi.router that return types with arguments of type RouterBuilderModifier and TypeMethodDescriptionSecurity.openIdConnectHandler(String callback, Function<String, Future<OAuth2AuthHandler>> factory) Configure theOAuth2AuthHandlerto be used when creating the router.default Future<RouterBuilder> Security.openIdConnectHandler(Function<String, Future<OAuth2AuthHandler>> factory) Configure theOAuth2AuthHandlerto be used when creating the router. -
Uses of RouterBuilder in io.vertx.reactivex.ext.web.openapi.router
Methods in io.vertx.reactivex.ext.web.openapi.router that return RouterBuilderMethods in io.vertx.reactivex.ext.web.openapi.router with parameters of type RouterBuilderModifier and TypeMethodDescriptionstatic RouterBuilderRouterBuilder.newInstance(RouterBuilder arg) Constructors in io.vertx.reactivex.ext.web.openapi.router with parameters of type RouterBuilder -
Uses of RouterBuilder in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router that return RouterBuilderMethods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type RouterBuilderModifier and TypeMethodDescriptionstatic RouterBuilderRouterBuilder.newInstance(RouterBuilder arg) Constructors in io.vertx.rxjava3.ext.web.openapi.router with parameters of type RouterBuilder