Class MaxIntConstraintValidator

    • Constructor Detail

      • MaxIntConstraintValidator

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

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