Class ValidatorMapValues<V>
java.lang.Object
io.github.mmm.validation.AbstractValidator<V>
io.github.mmm.validation.AbstractComposedValidator<Map<?,V>,V>
io.github.mmm.validation.collection.ValidatorMapValues<V>
- Type Parameters:
V
- the generic type of thevalues
in the collection.
- All Implemented Interfaces:
io.github.mmm.base.lang.Composable<Validator<?>>
,Validator<Map<?,
,V>> Iterable<Validator<?>>
- Since:
- 1.0.0
-
Field Summary
Fields inherited from class io.github.mmm.validation.AbstractComposedValidator
children
Fields inherited from interface io.github.mmm.validation.Validator
ID_MANDATORY
-
Constructor Summary
ConstructorsConstructorDescriptionValidatorMapValues
(Validator<? super V>... validators) The constructor.ValidatorMapValues
(List<Validator<? super V>> validators) The constructor. -
Method Summary
Methods inherited from class io.github.mmm.validation.AbstractComposedValidator
append, append, containsId, equals, getChild, getChild, getChildCount, getRange, hashCode, validateChild, validateChild
Methods inherited from class io.github.mmm.validation.AbstractValidator
getId, isDynamic, source2string, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.mmm.base.lang.Composable
iterator
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface io.github.mmm.validation.Validator
getMax, getMin, isMandatory, validate