Package io.vertx.openapi.validation
package io.vertx.openapi.validation
-
ClassDescriptionThe
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.