Class MinFloatConstraintValidator

    • Constructor Detail

      • MinFloatConstraintValidator

        public MinFloatConstraintValidator​(double minValue)
        Creates the default instance of MinFloatConstraintValidator with the specified parameters.
        Parameters:
        minValue - the supported min value.
      • MinFloatConstraintValidator

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