Uses of Class
org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
Packages that use GenericTypeAwareAutowireCandidateResolver
Package
Description
Support package for annotation-driven bean configuration.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of GenericTypeAwareAutowireCandidateResolver in org.springframework.beans.factory.annotation
Subclasses of GenericTypeAwareAutowireCandidateResolver in org.springframework.beans.factory.annotationModifier and TypeClassDescriptionclassAutowireCandidateResolverimplementation that matches bean definition qualifiers againstqualifier annotationson the field or parameter to be autowired. -
Uses of GenericTypeAwareAutowireCandidateResolver in org.springframework.context.annotation
Modifier and TypeClassDescriptionclassComplete implementation of theAutowireCandidateResolverstrategy interface, providing support for qualifier annotations as well as for lazy resolution driven by theLazyannotation in thecontext.annotationpackage.