Annotation Type ConvertGroup

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> to
      The target group of this conversion.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?> from
      The source group of this conversion.
    • Element Detail

      • to

        Class<?> to
        The target group of this conversion.
        Returns:
        the target group of this conversion
      • from

        Class<?> from
        The source group of this conversion.
        Returns:
        the source group of this conversion
        Default:
        jakarta.validation.groups.Default.class