Package io.vertx.mutiny.ext.web.api.validation
package io.vertx.mutiny.ext.web.api.validation
-
ClassDescriptionInterface that define methods for deserialization of array and objectsThis interface is used to add custom synchronous functions inside validation process.An interface for add HTTP Request validation.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.This function is an inner wrapper for ParameterTypeValidator inside ValidationHandler parameter maps.Base interface for validation.