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 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
.
-