Uses of Interface
io.vertx.reactivex.ext.web.api.validation.ValidationHandler
-
Packages that use ValidationHandler Package Description io.vertx.reactivex.ext.web.api.contract io.vertx.reactivex.ext.web.api.contract.openapi3 io.vertx.reactivex.ext.web.api.validation -
-
Uses of ValidationHandler in io.vertx.reactivex.ext.web.api.contract
Subinterfaces of ValidationHandler in io.vertx.reactivex.ext.web.api.contract Modifier and Type Interface Description interfaceHTTPOperationRequestValidationHandlerBase interface for HTTP request validation with API specification -
Uses of ValidationHandler in io.vertx.reactivex.ext.web.api.contract.openapi3
Classes in io.vertx.reactivex.ext.web.api.contract.openapi3 that implement ValidationHandler Modifier and Type Class Description classOpenAPI3RequestValidationHandlerNOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen. -
Uses of ValidationHandler in io.vertx.reactivex.ext.web.api.validation
Classes in io.vertx.reactivex.ext.web.api.validation that implement ValidationHandler Modifier and Type Class Description classHTTPRequestValidationHandlerAn interface for add HTTP Request validation.Methods in io.vertx.reactivex.ext.web.api.validation that return ValidationHandler Modifier and Type Method Description static ValidationHandlerValidationHandler. newInstance(ValidationHandler arg)
-