Package io.jmix.flowui.kit.meta
Annotation Interface StudioConvertStrategy
public @interface StudioConvertStrategy
Meta description that describes available component conversions.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Meta description for attribute conversion.static @interface
static @interface
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionList of components classes available for conversion.List of tags available for conversion.
-
Element Details
-
tagsToConvertInto
StudioConvertStrategy.TagInfo[] tagsToConvertIntoList of tags available for conversion.- Default:
- {}
-
classesToConvertInto
StudioConvertStrategy.ClassInfo[] classesToConvertIntoList of components classes available for conversion.- Default:
- {}
-