Annotation Type Email

    • Element Detail

      • message

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

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

        String regexp
        Returns:
        an additional regular expression the annotated element must match. The default is any string ('.*')
        Default:
        ".*"
      • flags

        Pattern.Flag[] flags
        Returns:
        used in combination with regexp() in order to specify a regular expression option
        Default:
        {}