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