Uses of Interface
io.vertx.ext.web.openapi.router.RouterBuilder
-
Packages that use RouterBuilder Package Description io.vertx.ext.web.openapi.router io.vertx.reactivex.ext.web.openapi.router io.vertx.rxjava3.ext.web.openapi.router -
-
Uses of RouterBuilder in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router that return RouterBuilder Modifier and Type Method Description RouterBuilder
Security. apiKeyHandler(APIKeyHandler handler)
Configure theAPIKeyHandler
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 theBasicAuthHandler
to be used when creating the router.RouterBuilder
Security. httpHandler(DigestAuthHandler handler)
Configure theDigestAuthHandler
to be used when creating the router.RouterBuilder
Security. httpHandler(JWTAuthHandler handler)
Configure theJWTAuthHandler
to be used when creating the router.RouterBuilder
Security. oauth2Handler(String callback, java.util.function.Function<SecurityScheme,OAuth2AuthHandler> factory)
Configure theOAuth2AuthHandler
to be used when creating the router.default RouterBuilder
Security. oauth2Handler(java.util.function.Function<SecurityScheme,OAuth2AuthHandler> factory)
Configure theOAuth2AuthHandler
to be used when creating the router.RouterBuilder
RouterBuilder. rootHandler(Handler<RoutingContext> rootHandler)
Add global handler to be applied prior toRouter
being generated.Methods in io.vertx.ext.web.openapi.router that return types with arguments of type RouterBuilder Modifier and Type Method Description Future<RouterBuilder>
Security. openIdConnectHandler(String callback, java.util.function.Function<String,Future<OAuth2AuthHandler>> factory)
Configure theOAuth2AuthHandler
to be used when creating the router.default Future<RouterBuilder>
Security. openIdConnectHandler(java.util.function.Function<String,Future<OAuth2AuthHandler>> factory)
Configure theOAuth2AuthHandler
to 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 RouterBuilder Modifier and Type Method Description RouterBuilder
RouterBuilder. getDelegate()
Methods in io.vertx.reactivex.ext.web.openapi.router with parameters of type RouterBuilder Modifier and Type Method Description static RouterBuilder
RouterBuilder. newInstance(RouterBuilder arg)
Constructors in io.vertx.reactivex.ext.web.openapi.router with parameters of type RouterBuilder Constructor Description RouterBuilder(RouterBuilder delegate)
-
Uses of RouterBuilder in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router that return RouterBuilder Modifier and Type Method Description RouterBuilder
RouterBuilder. getDelegate()
Methods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type RouterBuilder Modifier and Type Method Description static RouterBuilder
RouterBuilder. newInstance(RouterBuilder arg)
Constructors in io.vertx.rxjava3.ext.web.openapi.router with parameters of type RouterBuilder Constructor Description RouterBuilder(RouterBuilder delegate)
-