Class ValidatorBuilderSet<E,PARENT>

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

public class ValidatorBuilderSet<E,PARENT> extends AbstractCollectionValidatorBuilder<E,Set<E>,PARENT,ValidatorBuilderSet<E,PARENT>>
Since:
1.0.0
  • Constructor Details

    • ValidatorBuilderSet

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