Uses of Interface
io.vertx.ext.web.openapi.router.RequestExtractor
-
-
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 RequestExtractorRequestExtractor. withBodyHandler()Methods in io.vertx.ext.web.openapi.router with parameters of type RequestExtractor Modifier and Type Method Description static RouterBuilderRouterBuilder. create(Vertx vertx, OpenAPIContract contract, RequestExtractor extractor)Create a newRouterBuilder.
-