Uses of Interface
io.vertx.openapi.validation.RequestValidator
-
Packages that use RequestValidator Package Description io.vertx.openapi.validation io.vertx.reactivex.openapi.validation io.vertx.rxjava3.openapi.validation -
-
Uses of RequestValidator in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation that return RequestValidator Modifier and Type Method Description static RequestValidator
RequestValidator. create(Vertx vertx, OpenAPIContract contract)
Create a newRequestValidator
. -
Uses of RequestValidator in io.vertx.reactivex.openapi.validation
Methods in io.vertx.reactivex.openapi.validation that return RequestValidator Modifier and Type Method Description RequestValidator
RequestValidator. getDelegate()
Methods in io.vertx.reactivex.openapi.validation with parameters of type RequestValidator Modifier and Type Method Description static RequestValidator
RequestValidator. newInstance(RequestValidator arg)
Constructors in io.vertx.reactivex.openapi.validation with parameters of type RequestValidator Constructor Description RequestValidator(RequestValidator delegate)
-
Uses of RequestValidator in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation that return RequestValidator Modifier and Type Method Description RequestValidator
RequestValidator. getDelegate()
Methods in io.vertx.rxjava3.openapi.validation with parameters of type RequestValidator Modifier and Type Method Description static RequestValidator
RequestValidator. newInstance(RequestValidator arg)
Constructors in io.vertx.rxjava3.openapi.validation with parameters of type RequestValidator Constructor Description RequestValidator(RequestValidator delegate)
-