open class ContainerDeserializer
Interface that define methods for deserialization of array and objects NOTE: This class has been automatically generated from the io.vertx.ext.web.api.validation.ContainerDeserializer non RX-ified interface using Vert.x codegen. |
|
open class CustomValidator
This interface is used to add custom synchronous functions inside validation process. You can add it in io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler. NOTE: This class has been automatically generated from the io.vertx.ext.web.api.validation.CustomValidator non RX-ified interface using Vert.x codegen. |
|
open class HTTPRequestValidationHandler : ValidationHandler, Handler<RoutingContext>
An interface for add HTTP Request validation. This class can validate parameters inside query, path, headers an body (watch below) You can assign multiple body type at the same time(for example a JSON schema together with a XML schema). This interface support:
|
|
open class 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 implement
|
|
open class ParameterValidationRule
This function is an inner wrapper for ParameterTypeValidator inside ValidationHandler parameter maps. Don't instantiate this class, if you want to add custom ParameterTypeValidator to a parameter use functions in io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler NOTE: This class has been automatically generated from the io.vertx.ext.web.api.validation.ParameterValidationRule non RX-ified interface using Vert.x codegen. |
|
interface ValidationHandler : Handler<RoutingContext>
Base interface for validation. For basic HTTP Request Validator, use io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler NOTE: This class has been automatically generated from the io.vertx.ext.web.api.validation.ValidationHandler non RX-ified interface using Vert.x codegen. |