Annotation Interface CaseConversion


@Target(FIELD) @Retention(RUNTIME) public @interface CaseConversion
Indicates that auto case conversion should be used for text input fields bound with marked entity field.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    A conversion type to be used: ConversionType.UPPER or ConversionType.LOWER
  • Element Details

    • type

      A conversion type to be used: ConversionType.UPPER or ConversionType.LOWER
      Default:
      UPPER