Uses of Interface
io.vertx.ext.web.openapi.router.RequestExtractor
-
Packages that use RequestExtractor Package Description io.vertx.ext.web.openapi.router io.vertx.reactivex.ext.web.openapi.router io.vertx.rxjava3.ext.web.openapi.router -
-
Uses of RequestExtractor in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router that return RequestExtractor Modifier and Type Method Description static RequestExtractor
RequestExtractor. withBodyHandler()
Methods in io.vertx.ext.web.openapi.router with parameters of type RequestExtractor Modifier and Type Method Description static RouterBuilder
RouterBuilder. 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 RequestExtractor Modifier and Type Method Description RequestExtractor
RequestExtractor. getDelegate()
Methods in io.vertx.reactivex.ext.web.openapi.router with parameters of type RequestExtractor Modifier and Type Method Description static RequestExtractor
RequestExtractor. newInstance(RequestExtractor arg)
Constructors in io.vertx.reactivex.ext.web.openapi.router with parameters of type RequestExtractor Constructor Description RequestExtractor(RequestExtractor delegate)
-
Uses of RequestExtractor in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router that return RequestExtractor Modifier and Type Method Description RequestExtractor
RequestExtractor. getDelegate()
Methods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type RequestExtractor Modifier and Type Method Description static RequestExtractor
RequestExtractor. newInstance(RequestExtractor arg)
Constructors in io.vertx.rxjava3.ext.web.openapi.router with parameters of type RequestExtractor Constructor Description RequestExtractor(RequestExtractor delegate)
-