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 SummaryOptional ElementsModifier and TypeOptional ElementDescriptionA conversion type to be used:ConversionType.UPPERorConversionType.LOWER
- 
Element Details- 
typeConversionType typeA conversion type to be used:ConversionType.UPPERorConversionType.LOWER- Default:
- UPPER
 
 
-