Package io.jmix.core.entity.annotation
Annotation 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
-