Uses of Class
io.vertx.rxjava3.ext.web.openapi.router.RouterBuilder
Packages that use RouterBuilder
-
Uses of RouterBuilder in io.vertx.rxjava3.ext.web.openapi.router
Fields in io.vertx.rxjava3.ext.web.openapi.router with type parameters of type RouterBuilderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<RouterBuilder> RouterBuilder.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.openapi.router that return RouterBuilderModifier and TypeMethodDescriptionSecurity.apiKeyHandler(APIKeyHandler handler) Configure the to 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 the to be used when creating the router.Security.httpHandler(DigestAuthHandler handler) Configure the to be used when creating the router.Security.httpHandler(JWTAuthHandler handler) Configure the to be used when creating the router.static RouterBuilderRouterBuilder.newInstance(RouterBuilder arg) Security.oauth2Handler(String callback, Function<SecurityScheme, OAuth2AuthHandler> factory) Configure the to be used when creating the router.Security.oauth2Handler(Function<SecurityScheme, OAuth2AuthHandler> factory) Configure the to be used when creating the router.RouterBuilder.rootHandler(Handler<RoutingContext> rootHandler) Add global handler to be applied prior to being generated.Methods in io.vertx.rxjava3.ext.web.openapi.router that return types with arguments of type RouterBuilderModifier and TypeMethodDescriptionSecurity.openIdConnectHandler(String callback, Function<String, Single<OAuth2AuthHandler>> factory) Configure the to be used when creating the router.Security.openIdConnectHandler(Function<String, Single<OAuth2AuthHandler>> factory) Configure the to be used when creating the router.Security.rxOpenIdConnectHandler(String callback, Function<String, Single<OAuth2AuthHandler>> factory) Configure the to be used when creating the router.Security.rxOpenIdConnectHandler(Function<String, Single<OAuth2AuthHandler>> factory) Configure the to be used when creating the router.