Package io.jmix.dynattr
Class DynAttrUtils
java.lang.Object
io.jmix.dynattr.DynAttrUtils
- 
Method Summary
Modifier 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
- 
isDynamicAttributeProperty
Remove dynamic attribute marker (+) from attribute code (if exists) - 
getAttributeCodeFromProperty
Remove dynamic attribute marker (+) from attribute code (if exists) - 
getPropertyFromAttributeCode
Add dynamic attribute marker (+) to attribute code (if does not exist) - 
getDatatypeClass
 
 -