Uses of Interface
io.vertx.mutiny.ext.web.api.contract.HTTPOperationRequestValidationHandler
-
Packages that use HTTPOperationRequestValidationHandler Package Description io.vertx.mutiny.ext.web.api.contract io.vertx.mutiny.ext.web.api.contract.openapi3 -
-
Uses of HTTPOperationRequestValidationHandler in io.vertx.mutiny.ext.web.api.contract
Methods in io.vertx.mutiny.ext.web.api.contract that return HTTPOperationRequestValidationHandler Modifier and Type Method Description static HTTPOperationRequestValidationHandler
HTTPOperationRequestValidationHandler. newInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg)
-
Uses of HTTPOperationRequestValidationHandler in io.vertx.mutiny.ext.web.api.contract.openapi3
Classes in io.vertx.mutiny.ext.web.api.contract.openapi3 that implement HTTPOperationRequestValidationHandler Modifier and Type Class Description class
OpenAPI3RequestValidationHandler
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-