Package io.jmix.flowui.kit.meta
Annotation Interface StudioConvertStrategy.AttributeConvertStrategy
- Enclosing class:
StudioConvertStrategy
public static @interface StudioConvertStrategy.AttributeConvertStrategy
Meta description for attribute conversion.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionXML attribute FQN.XML attribute type.XML attribute new value. -
Optional Element Summary
Optional Elements
-
Element Details
-
qualifiedName
String qualifiedNameXML attribute FQN. -
type
StudioPropertyType typeXML attribute type. -
value
String valueXML attribute new value. -
valueFrom
String valueFromRelated xml attribute from which to take a new value.- Default:
""
-