Annotation Type DecimalMin

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The String representation of the min value according to the BigDecimal string representation.
    • Element Detail

      • value

        String value
        The String representation of the min value according to the BigDecimal string representation.
        Returns:
        value the element must be higher or equal to
      • message

        String message
        Default:
        "{jakarta.validation.constraints.DecimalMin.message}"
      • groups

        Class<?>[] groups
        Default:
        {}
      • inclusive

        boolean inclusive
        Specifies whether the specified minimum is inclusive or exclusive. By default, it is inclusive.
        Returns:
        true if the value must be higher or equal to the specified minimum, false if the value must be higher
        Since:
        1.1
        Default:
        true