Class ValidatorPatternSize

    • Constructor Detail

      • ValidatorPatternSize

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

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