Package io.jmix.flowui.kit.meta
Annotation Interface GenericResolvingInfo
public @interface GenericResolvingInfo
Describes how generics should be resolved.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Describes how generic value can be resolved. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDescribes generic resolving strategy.Generic type parameter name.
-
Element Details
-
typeParameter
String typeParameterGeneric type parameter name. For example, we have component with typeDataGrid<T>
, thentypeParameter
should beT
. -
resolvingStrategy
GenericResolvingInfo.ResolvingStrategy resolvingStrategyDescribes generic resolving strategy.- See Also:
-