Class MaxBigIntegerNumberConstraintValidator

    • Constructor Detail

      • MaxBigIntegerNumberConstraintValidator

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