Support CDI DelegatingVariableResolver to resolve bean based on class types

XMLWordPrintable

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 6.5.4
    • Component/s: General
    • None

      Currently DelegatingVariableResolver does the wiring based on variable names. For CDI however wiring could also be done based on Bean types as in their class names. Refer to getBeans() API of CDI BeanManager

      So in addition to resolveVariable(String) we could have resolveVariable(Type beanType, Annotation... qualifiers)

            Assignee:
            Unassigned
            Reporter:
            ashishd
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: