Package io.jmix.core.entity.annotation
Annotation Interface CaseConversion
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@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
Modifier and TypeOptional ElementDescriptionA conversion type to be used:ConversionType.UPPER
orConversionType.LOWER
-
Element Details
-
type
ConversionType typeA conversion type to be used:ConversionType.UPPER
orConversionType.LOWER
- Default:
- UPPER
-