| Package | Description |
|---|---|
| org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBeanNameGenerator
Default implementation of the
BeanNameGenerator interface, delegating to
BeanDefinitionReaderUtils.generateBeanName(BeanDefinition, BeanDefinitionRegistry). |
| Modifier and Type | Method and Description |
|---|---|
BeanNameGenerator |
AbstractBeanDefinitionReader.getBeanNameGenerator() |
BeanNameGenerator |
BeanDefinitionReader.getBeanNameGenerator()
Return the
BeanNameGenerator to use for anonymous beans
(without explicit bean name specified). |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanDefinitionReader.setBeanNameGenerator(BeanNameGenerator beanNameGenerator)
Set the BeanNameGenerator to use for anonymous beans
(without explicit bean name specified).
|