| Package | Description | 
|---|---|
| org.springframework.beans.factory.support | Classes supporting the  org.springframework.beans.factorypackage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultBeanNameGeneratorDefault implementation of the  BeanNameGeneratorinterface, delegating toBeanDefinitionReaderUtils.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). |