Package org.javalite.validation
Class ImplicitConversionValidator
java.lang.Object
org.javalite.validation.ValidatorAdapter
org.javalite.validation.ImplicitConversionValidator
- All Implemented Interfaces:
Validator
As the name implies, it is implicit, and used internally by ActiveWeb
when converting request values into Java beans.
Do not use this validator directly.
- Since:
- 3.0 and 2.3-j8
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate(Validatable validatable)
Called by framework when validation is requiredMethods inherited from class org.javalite.validation.ValidatorAdapter
formatMessage, getMessage, pinMessage, setMessage
-
Constructor Details
-
ImplicitConversionValidator
-
-
Method Details
-
validate
Description copied from interface:Validator
Called by framework when validation is required- Parameters:
validatable
- map being validated.
-