Uses of Package
io.vertx.openapi.validation
Packages that use io.vertx.openapi.validation
Package
Description
-
Classes in io.vertx.openapi.validation used by io.vertx.ext.web.api.serviceClassDescriptionThe
ResponseValidatorrequires theparametersin a specific format to be able to parse and validate them. -
Classes in io.vertx.openapi.validation used by io.vertx.ext.web.openapi.router
-
Classes in io.vertx.openapi.validation used by io.vertx.openapi.mediatypeClassDescriptionA ValidatorException is thrown, if the validation of a request or response fails.
-
Classes in io.vertx.openapi.validation used by io.vertx.openapi.validationClassDescriptionThe
RequestValidatorrequires theparametersin a specific format to be able to parse and validate them.TheResponseValidatorrequires theparametersin a specific format to be able to parse and validate them.A SchemaValidationException is a special case of aValidatorExceptionand is thrown, if the validation of a request or response fails due to a schema violation.A ValidatorException is thrown, if the validation of a request or response fails. -
Classes in io.vertx.openapi.validation used by io.vertx.reactivex.openapi.mediatype
-
Classes in io.vertx.openapi.validation used by io.vertx.reactivex.openapi.validationClassDescriptionThe
RequestValidatorrequires theparametersin a specific format to be able to parse and validate them. -
Classes in io.vertx.openapi.validation used by io.vertx.rxjava3.openapi.mediatype
-
Classes in io.vertx.openapi.validation used by io.vertx.rxjava3.openapi.validationClassDescriptionThe
RequestValidatorrequires theparametersin a specific format to be able to parse and validate them.