Uses of Class
org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
Packages that use SimpleAutowireCandidateResolver
Package
Description
Support package for annotation-driven bean configuration.
Classes supporting the
org.springframework.beans.factory package.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of SimpleAutowireCandidateResolver in org.springframework.beans.factory.annotation
Modifier and TypeClassDescriptionclassAutowireCandidateResolverimplementation that matches bean definition qualifiers againstqualifier annotationson the field or parameter to be autowired. -
Uses of SimpleAutowireCandidateResolver in org.springframework.beans.factory.support
Subclasses of SimpleAutowireCandidateResolver in org.springframework.beans.factory.supportModifier and TypeClassDescriptionclassBasicAutowireCandidateResolverthat performs a full generic type match with the candidate's type if the dependency is declared as a generic type (e.g.Fields in org.springframework.beans.factory.support declared as SimpleAutowireCandidateResolverModifier and TypeFieldDescriptionstatic final SimpleAutowireCandidateResolverSimpleAutowireCandidateResolver.INSTANCEShared instance ofSimpleAutowireCandidateResolver. -
Uses of SimpleAutowireCandidateResolver in org.springframework.context.annotation
Subclasses of SimpleAutowireCandidateResolver in org.springframework.context.annotationModifier and TypeClassDescriptionclassComplete implementation of theAutowireCandidateResolverstrategy interface, providing support for qualifier annotations as well as for lazy resolution driven by theLazyannotation in thecontext.annotationpackage.