Package io.vertx.openapi.validation
-
Interface Summary Interface Description Parameter RequestParameter RequestValidator TheRequestValidator
requires theparameters
in a specific format to be able to parse and validate them.ResponseParameter ResponseValidator TheResponseValidator
requires theparameters
in a specific format to be able to parse and validate them.ValidatableRequest ValidatableResponse ValidatedRequest ValidatedResponse -
Class Summary Class Description RequestUtils -
Enum Summary Enum Description ValidationContext ValidatorErrorType -
Exception Summary Exception Description SchemaValidationException A SchemaValidationException is a special case of aValidatorException
and is thrown, if the validation of a request or response fails due to a schema violation.ValidatorException A ValidatorException is thrown, if the validation of a request or response fails.