Interface AndGroupValidator
- All Superinterfaces:
Cloneable
,GroupValidator
,Iterable<Validator>
,Validator
- All Known Implementing Classes:
AndGroupValidatorImpl
Marker interface, needed because of the instrumenting to have the correct type.
-
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.GroupValidator
addValidator, addValidator, findChild, getValidators, hasValidators, mergeInValidatorByType, removeValidator
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface ch.tocco.nice2.validate.api.validators.Validator
canMergeConstraints, doContinueOnFailure, doNegate, getLevel, getName, getRunOn, getType, hasName, mergeConstraints, setContinue, setLevel, setName, setNegate, setRunOn, validate
-
Method Details
-
clone
- Specified by:
clone
in interfaceValidator
- Throws:
CloneNotSupportedException
-