Uses of Class
io.vertx.reactivex.ext.web.openapi.router.RouterBuilder
-
Packages that use RouterBuilder Package Description io.vertx.reactivex.ext.web.openapi.router -
-
Uses of RouterBuilder in io.vertx.reactivex.ext.web.openapi.router
Fields in io.vertx.reactivex.ext.web.openapi.router with type parameters of type RouterBuilder Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<RouterBuilder>
RouterBuilder. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.openapi.router that return RouterBuilder Modifier and Type Method Description RouterBuilder
Security. apiKeyHandler(APIKeyHandler handler)
Configure the to be used when creating the router.static RouterBuilder
RouterBuilder. create(Vertx vertx, OpenAPIContract contract)
Create a newRouterBuilder
.static RouterBuilder
RouterBuilder. create(Vertx vertx, OpenAPIContract contract, RequestExtractor extractor)
Create a newRouterBuilder
.RouterBuilder
Security. httpHandler(BasicAuthHandler handler)
Configure the to be used when creating the router.RouterBuilder
Security. httpHandler(DigestAuthHandler handler)
Configure the to be used when creating the router.RouterBuilder
Security. httpHandler(JWTAuthHandler handler)
Configure the to be used when creating the router.static RouterBuilder
RouterBuilder. newInstance(RouterBuilder arg)
RouterBuilder
Security. oauth2Handler(String callback, java.util.function.Function<SecurityScheme,OAuth2AuthHandler> factory)
Configure the to be used when creating the router.RouterBuilder
Security. oauth2Handler(java.util.function.Function<SecurityScheme,OAuth2AuthHandler> factory)
Configure the to be used when creating the router.RouterBuilder
RouterBuilder. rootHandler(Handler<RoutingContext> rootHandler)
Add global handler to be applied prior to being generated.Methods in io.vertx.reactivex.ext.web.openapi.router that return types with arguments of type RouterBuilder Modifier and Type Method Description Future<RouterBuilder>
Security. openIdConnectHandler(Function<String,Single<OAuth2AuthHandler>> factory)
Configure the to be used when creating the router.Future<RouterBuilder>
Security. openIdConnectHandler(String callback, Function<String,Single<OAuth2AuthHandler>> factory)
Configure the to be used when creating the router.Future<RouterBuilder>
Security. openIdConnectHandler(String callback, java.util.function.Function<String,Future<OAuth2AuthHandler>> factory)
Configure the to be used when creating the router.Future<RouterBuilder>
Security. openIdConnectHandler(java.util.function.Function<String,Future<OAuth2AuthHandler>> factory)
Configure the to be used when creating the router.Single<RouterBuilder>
Security. rxOpenIdConnectHandler(Function<String,Single<OAuth2AuthHandler>> factory)
Configure the to be used when creating the router.Single<RouterBuilder>
Security. rxOpenIdConnectHandler(String callback, Function<String,Single<OAuth2AuthHandler>> factory)
Configure the to be used when creating the router.Single<RouterBuilder>
Security. rxOpenIdConnectHandler(String callback, java.util.function.Function<String,Future<OAuth2AuthHandler>> factory)
Configure the to be used when creating the router.Single<RouterBuilder>
Security. rxOpenIdConnectHandler(java.util.function.Function<String,Future<OAuth2AuthHandler>> factory)
Configure the to be used when creating the router.
-