Class StringValidator
java.lang.Object
com.aquima.interactions.framework.validator.ValidatorBase
com.aquima.interactions.framework.validator.StringValidator
- All Implemented Interfaces:
IValidator
,Serializable
Validation implementation that forwards its call to the StringValidatorCall.
- Since:
- 7.4
- Author:
- Jon van Leuven
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
validate
(IValue attrValue, IParameters parameters) This method will be invoked for each value that should be validated by this validator.Methods inherited from class com.aquima.interactions.framework.validator.ValidatorBase
getTypeName
-
Constructor Details
-
StringValidator
-
-
Method Details
-
validate
Description copied from interface:IValidator
This method will be invoked for each value that should be validated by this validator.- Parameters:
attrValue
- The value that should be validated.parameters
- The (optional) parameters that can be used during validation.- Returns:
- Boolean indicating if the value is deemed valid by this validator.
-