Class AbstractMapValidatorBuilder<K,V,M extends Map<K,V>,PARENT,SELF extends AbstractMapValidatorBuilder<K,V,M,PARENT,SELF>>

java.lang.Object
io.github.mmm.validation.main.ObjectValidatorBuilder<V,PARENT,SELF>
io.github.mmm.validation.main.ContainerValidatorBuilder<M,PARENT,SELF>
io.github.mmm.validation.collection.AbstractMapValidatorBuilder<K,V,M,PARENT,SELF>
Type Parameters:
K - the generic type of the keys.
V - the generic type of the values.
M - the generic type of the value to validate.
PARENT - the generic type of the parent builder.
SELF - the generic type of this builder itself (this).
All Implemented Interfaces:
io.github.mmm.base.lang.Builder<Validator<? super M>>, ValidatorRegistry<M,SELF>
Direct Known Subclasses:
ValidatorBuilderMap

public abstract class AbstractMapValidatorBuilder<K,V,M extends Map<K,V>,PARENT,SELF extends AbstractMapValidatorBuilder<K,V,M,PARENT,SELF>> extends ContainerValidatorBuilder<M,PARENT,SELF>
The abstract base for a builder of AbstractValidator for Map values.
Since:
8.5.0
Author:
hohwille