Uses of Interface
org.springframework.beans.factory.support.BeanNameGenerator
Packages that use BeanNameGenerator
Package
Description
Classes supporting the
org.springframework.beans.factory package.-
Uses of BeanNameGenerator in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement BeanNameGeneratorModifier and TypeClassDescriptionclassDefault implementation of theBeanNameGeneratorinterface, delegating toBeanDefinitionReaderUtils.generateBeanName(BeanDefinition, BeanDefinitionRegistry).Methods in org.springframework.beans.factory.support that return BeanNameGeneratorModifier and TypeMethodDescriptionAbstractBeanDefinitionReader.getBeanNameGenerator()BeanDefinitionReader.getBeanNameGenerator()Return theBeanNameGeneratorto use for anonymous beans (without explicit bean name specified).Methods in org.springframework.beans.factory.support with parameters of type BeanNameGeneratorModifier and TypeMethodDescriptionvoidAbstractBeanDefinitionReader.setBeanNameGenerator(BeanNameGenerator beanNameGenerator) Set the BeanNameGenerator to use for anonymous beans (without explicit bean name specified).