Package io.jmix.dynattr
Class DynAttrUtils
java.lang.Object
io.jmix.dynattr.DynAttrUtils
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetAttributeCodeFromProperty(String propertyName) Remove dynamic attribute marker (+) from attribute code (if exists)static ClassgetDatatypeClass(AttributeType attributeType) static StringgetPropertyFromAttributeCode(String attributeCode) Add dynamic attribute marker (+) to attribute code (if does not exist)static booleanisDynamicAttributeProperty(String attributeCode) Remove dynamic attribute marker (+) from attribute code (if exists)
- 
Method Details- 
isDynamicAttributePropertyRemove dynamic attribute marker (+) from attribute code (if exists)
- 
getAttributeCodeFromPropertyRemove dynamic attribute marker (+) from attribute code (if exists)
- 
getPropertyFromAttributeCodeAdd dynamic attribute marker (+) to attribute code (if does not exist)
- 
getDatatypeClass
 
-