Class ParameterValidationRule
java.lang.Object
io.vertx.mutiny.ext.web.api.validation.ParameterValidationRule
- All Implemented Interfaces:
MutinyDelegate
Deprecated.
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
HTTPRequestValidationHandler
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParameterValidationRule
(io.vertx.ext.web.api.validation.ParameterValidationRule delegate) Deprecated.ParameterValidationRule
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.boolean
Deprecated.io.vertx.ext.web.api.validation.ParameterValidationRule
Deprecated.getName()
Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.static ParameterValidationRule
newInstance
(io.vertx.ext.web.api.validation.ParameterValidationRule arg) Deprecated.Deprecated.toString()
Deprecated.validateArrayParam
(List<String> value) Deprecated.validateSingleParam
(String value) Deprecated.
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
ParameterValidationRule
public ParameterValidationRule(io.vertx.ext.web.api.validation.ParameterValidationRule delegate) Deprecated. -
ParameterValidationRule
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.api.validation.ParameterValidationRule getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
getName
Deprecated.- Returns:
- name of the parameter
-
validateSingleParam
Deprecated.- Parameters:
value
- list of values that will be validated- Returns:
-
validateArrayParam
Deprecated.- Parameters:
value
- list of values that will be validated- Returns:
-
isOptional
Deprecated.- Returns:
- true if is optional, false otherwise
-
parameterTypeValidator
Deprecated.- Returns:
-
allowEmptyValue
Deprecated.- Returns:
- value of allowEmptyValue
-
newInstance
public static ParameterValidationRule newInstance(io.vertx.ext.web.api.validation.ParameterValidationRule arg) Deprecated.
-