Class ValidatorCollectionSize

    • Constructor Detail

      • ValidatorCollectionSize

        public ValidatorCollectionSize​(io.github.mmm.base.range.Range<Number> range)
        The constructor.
        Parameters:
        range - is the Range the value has to be contained in.
      • ValidatorCollectionSize

        public ValidatorCollectionSize​(int maxLength)
        The constructor.
        Parameters:
        maxLength - the maximum size allowed for the Collection values.