Class ValidatorBuilderCollection<E,PARENT>

Type Parameters:
E - the generic type of the elements contained in the Collection.
PARENT - the generic type of the parent builder.
All Implemented Interfaces:
io.github.mmm.base.lang.Builder<Validator<? super Collection<E>>>, ValidatorRegistry<Collection<E>,ValidatorBuilderCollection<E,PARENT>>
Direct Known Subclasses:
ValidatorBuilderCollectionOfString

public class ValidatorBuilderCollection<E,PARENT> extends AbstractCollectionValidatorBuilder<E,Collection<E>,PARENT,ValidatorBuilderCollection<E,PARENT>>
Since:
1.0.0
  • Constructor Details

    • ValidatorBuilderCollection

      public ValidatorBuilderCollection(PARENT parent)
      The constructor.
      Parameters:
      parent - the parent builder.