Interface ConfigurationBeanNameGenerator
- All Superinterfaces:
BeanNameGenerator
- All Known Implementing Classes:
FullyQualifiedConfigurationBeanNameGenerator
Extended variant of
BeanNameGenerator
for
@Configuration
class purposes, not only covering
bean name generation for component and configuration classes themselves
but also for @Bean
methods.- Since:
- 7.0
- Author:
- Juergen Hoeller, Stephane Nicoll
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionderiveBeanName
(MethodMetadata beanMethod, @Nullable String beanName) Methods inherited from interface BeanNameGenerator
generateBeanName