Uses of Package
io.vertx.mutiny.ext.web.api.validation
-
Packages that use io.vertx.mutiny.ext.web.api.validation Package Description io.vertx.mutiny.ext.web.api.contract io.vertx.mutiny.ext.web.api.contract.openapi3 io.vertx.mutiny.ext.web.api.validation -
Classes in io.vertx.mutiny.ext.web.api.validation used by io.vertx.mutiny.ext.web.api.contract Class Description ValidationHandler Base interface for validation. -
Classes in io.vertx.mutiny.ext.web.api.validation used by io.vertx.mutiny.ext.web.api.contract.openapi3 Class Description ValidationHandler Base interface for validation. -
Classes in io.vertx.mutiny.ext.web.api.validation used by io.vertx.mutiny.ext.web.api.validation Class Description ContainerDeserializer Interface that define methods for deserialization of array and objectsCustomValidator This interface is used to add custom synchronous functions inside validation process.HTTPRequestValidationHandler An interface for add HTTP Request validation.ParameterTypeValidator Interface for declaration of method for validate a specific parameter type.
If you want to implement your own type validator, you need only to implementParameterTypeValidator.isValid(java.lang.String)
: If parameter is valid, call to put value (maybe modified) inside RequestParameters.ParameterValidationRule This function is an inner wrapper for ParameterTypeValidator inside ValidationHandler parameter maps.ValidationHandler Base interface for validation.