Interface EmailValidator
- All Superinterfaces:
Cloneable
,Validator
,ValueValidator
- All Known Implementing Classes:
EmailValidatorImpl
Email Address validator.
For now all it does is syntax validation, no domain lookup and no mail server connection.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.validate.api.validators.Validator
Validator.MergeMode
-
Method Summary
Methods inherited from interface ch.tocco.nice2.validate.api.validators.Validator
canMergeConstraints, clone, doContinueOnFailure, doNegate, getLevel, getName, getRunOn, getType, hasName, mergeConstraints, setContinue, setLevel, setName, setNegate, setRunOn, validate
-
Method Details
-
init
void init()
-