| java.lang.Object | |
| ↳ | org.springframework.beans.factory.support.SimpleAutowireCandidateResolver |
AutowireCandidateResolver implementation to use when no annotation
support is available. This implementation checks the bean definition only.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determine whether a default value is suggested for the given dependency.
| |||||||||||
Determine if the provided bean definition is an autowire candidate.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.support.AutowireCandidateResolver
| |||||||||||
Determine whether a default value is suggested for the given dependency.
| descriptor | the descriptor for the target method parameter or field |
|---|
null if none foundDetermine if the provided bean definition is an autowire candidate.
To be considered a candidate the bean's autowire-candidate attribute must not have been set to 'false'.
| bdHolder | the bean definition including bean name and aliases |
|---|---|
| descriptor | the descriptor for the target method parameter or field |