| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanNameGenerator | |
|---|---|
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| Uses of BeanNameGenerator in org.springframework.beans.factory.support | 
|---|
| Classes in org.springframework.beans.factory.support that implement BeanNameGenerator | |
|---|---|
|  class | DefaultBeanNameGeneratorDefault implementation of the BeanNameGeneratorinterface, delegating toBeanDefinitionReaderUtils.generateBeanName(BeanDefinition, BeanDefinitionRegistry). | 
| Methods in org.springframework.beans.factory.support that return BeanNameGenerator | |
|---|---|
|  BeanNameGenerator | BeanDefinitionReader.getBeanNameGenerator()Return the BeanNameGenerator to use for anonymous beans (without explicit bean name specified). | 
|  BeanNameGenerator | AbstractBeanDefinitionReader.getBeanNameGenerator() | 
| Methods in org.springframework.beans.factory.support with parameters of type BeanNameGenerator | |
|---|---|
|  void | AbstractBeanDefinitionReader.setBeanNameGenerator(BeanNameGenerator beanNameGenerator)Set the BeanNameGenerator to use for anonymous beans (without explicit bean name specified). | 
| Uses of BeanNameGenerator in org.springframework.context.annotation | 
|---|
| Classes in org.springframework.context.annotation that implement BeanNameGenerator | |
|---|---|
|  class | AnnotationBeanNameGeneratorBeanNameGeneratorimplementation for bean classes annotated with the@Componentannotation
 or with another annotation that is itself annotated with@Componentas a
 meta-annotation. | 
| Methods in org.springframework.context.annotation with parameters of type BeanNameGenerator | |
|---|---|
|  void | ClassPathBeanDefinitionScanner.setBeanNameGenerator(BeanNameGenerator beanNameGenerator)Set the BeanNameGenerator to use for detected bean classes. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||