Package io.jmix.flowui.kit.meta
Annotation Interface GenericResolvingInfo.ResolvingStrategy.ParentTagByNameStrategy
- Enclosing class:
- GenericResolvingInfo.ResolvingStrategy
public static @interface GenericResolvingInfo.ResolvingStrategy.ParentTagByNameStrategy
Describes type from parent component that should be extracted from XML by tag name.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionName of type parameter from resolved type.String[]
Class FQNs of type parameters.
-
Element Details
-
parentTagName
String parentTagName
-
-
-
typeParametersFqn
String[] typeParametersFqnClass FQNs of type parameters.- Default:
- {}
-
takeFromTypeParameter
String takeFromTypeParameterName of type parameter from resolved type.If value is empty, then a resolved type will be used.
If value is not empty, then a type parameter from the resolved type will be used.
- Default:
- ""
-