Annotation Type MinDataSize

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      long value
      The annotation's value.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?>[] groups
      The groups the constraint belongs to.
      String message
      The validation message for this constraint.
      Class<? extends javax.validation.Payload>[] payload
      The payloads of this constraint.
      DataSizeUnit unit
      The unit of the annotation.
    • Element Detail

      • value

        long value
        The annotation's value.
        Returns:
        value the element must be higher or equal to
      • message

        String message
        The validation message for this constraint.
        Returns:
        the message
        Default:
        "must be greater than or equal to {value} {unit}"
      • groups

        Class<?>[] groups
        The groups the constraint belongs to.
        Returns:
        an array of classes representing the groups
        Default:
        {}
      • payload

        Class<? extends javax.validation.Payload>[] payload
        The payloads of this constraint.
        Returns:
        the array of payload classes
        Default:
        {}
      • unit

        DataSizeUnit unit
        The unit of the annotation.
        Returns:
        unit of the value the element must be higher or equal to
        Default:
        io.dropwizard.util.DataSizeUnit.BYTES