Class DynAttrUtils

java.lang.Object
io.jmix.dynattr.DynAttrUtils

public final class DynAttrUtils extends Object
  • Method Details

    • isDynamicAttributeProperty

      public static boolean isDynamicAttributeProperty(String attributeCode)
      Remove dynamic attribute marker (+) from attribute code (if exists)
    • getAttributeCodeFromProperty

      public static String getAttributeCodeFromProperty(String propertyName)
      Remove dynamic attribute marker (+) from attribute code (if exists)
    • getPropertyFromAttributeCode

      public static String getPropertyFromAttributeCode(String attributeCode)
      Add dynamic attribute marker (+) to attribute code (if does not exist)
    • getDatatypeClass

      public static Class getDatatypeClass(AttributeType attributeType)