Package | Description |
---|---|
org.springframework.beans.factory.annotation |
Support package for annotation-driven bean configuration.
|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
Modifier and Type | Class and Description |
---|---|
class |
QualifierAnnotationAutowireCandidateResolver
AutowireCandidateResolver implementation that matches bean definition qualifiers
against qualifier annotations on the field or parameter to be autowired. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleAutowireCandidateResolver
AutowireCandidateResolver implementation to use when no annotation
support is available. |
Modifier and Type | Method and Description |
---|---|
AutowireCandidateResolver |
DefaultListableBeanFactory.getAutowireCandidateResolver()
Return the autowire candidate resolver for this BeanFactory (never
null ). |
Modifier and Type | Method and Description |
---|---|
void |
DefaultListableBeanFactory.setAutowireCandidateResolver(AutowireCandidateResolver autowireCandidateResolver)
Set a custom autowire candidate resolver for this BeanFactory to use
when deciding whether a bean definition should be considered as a
candidate for autowiring.
|
Copyright © 2015. All rights reserved.