Uses of Interface
io.vertx.ext.web.openapi.router.RequestExtractor
Packages that use RequestExtractor
Package
Description
-
Uses of RequestExtractor in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router that return RequestExtractorMethods in io.vertx.ext.web.openapi.router with parameters of type RequestExtractorModifier and TypeMethodDescriptionstatic RouterBuilderRouterBuilder.create(Vertx vertx, OpenAPIContract contract, RequestExtractor extractor) Create a newRouterBuilder. -
Uses of RequestExtractor in io.vertx.reactivex.ext.web.openapi.router
Methods in io.vertx.reactivex.ext.web.openapi.router that return RequestExtractorMethods in io.vertx.reactivex.ext.web.openapi.router with parameters of type RequestExtractorModifier and TypeMethodDescriptionstatic RequestExtractorRequestExtractor.newInstance(RequestExtractor arg) Constructors in io.vertx.reactivex.ext.web.openapi.router with parameters of type RequestExtractor -
Uses of RequestExtractor in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router that return RequestExtractorMethods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type RequestExtractorModifier and TypeMethodDescriptionstatic RequestExtractorRequestExtractor.newInstance(RequestExtractor arg) Constructors in io.vertx.rxjava3.ext.web.openapi.router with parameters of type RequestExtractor