Interface ConfigurationBeanNameGenerator
- All Superinterfaces:
org.springframework.beans.factory.support.BeanNameGenerator
- All Known Implementing Classes:
FullyQualifiedConfigurationBeanNameGenerator
public interface ConfigurationBeanNameGenerator
extends org.springframework.beans.factory.support.BeanNameGenerator
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 without a name
attribute specified on the annotation itself.- Since:
- 7.0
- Author:
- Juergen Hoeller
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionderiveBeanName
(org.springframework.core.type.MethodMetadata beanMethod) Methods inherited from interface org.springframework.beans.factory.support.BeanNameGenerator
generateBeanName
-
Method Details
-
deriveBeanName
-