Class MinBigIntegerNumberConstraintValidator

    • Constructor Detail

      • MinBigIntegerNumberConstraintValidator

        public MinBigIntegerNumberConstraintValidator​(String minValue,
                                                      boolean inclusive)
        Creates the default instance of MinBigIntegerNumberConstraintValidator with the specified parameters.
        Parameters:
        minValue - the supported min value.
        inclusive - whether the specified minimum is inclusive or exclusive.