Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
Modifier and Type | Method and Description |
---|---|
AutowireCandidateQualifier |
AbstractBeanDefinition.getQualifier(String typeName)
Return the qualifier mapped to the provided type name.
|
Modifier and Type | Method and Description |
---|---|
Set<AutowireCandidateQualifier> |
AbstractBeanDefinition.getQualifiers()
Return all registered qualifiers.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBeanDefinition.addQualifier(AutowireCandidateQualifier qualifier)
Register a qualifier to be used for autowire candidate resolution,
keyed by the qualifier's type name.
|