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.
  • Element Details

    • parentTagName

      String parentTagName
    • typeParametersFqn

      String[] typeParametersFqn
      Class FQNs of type parameters.
      Default:
      {}
    • takeFromTypeParameter

      String takeFromTypeParameter
      Name 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:
      ""