Class MaxDoubleConstraintValidator

    • Constructor Detail

      • MaxDoubleConstraintValidator

        public MaxDoubleConstraintValidator​(double maxValue)
        Creates the default instance of MaxDoubleConstraintValidator with the specified parameters.
        Parameters:
        maxValue - the supported max value.
      • MaxDoubleConstraintValidator

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