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.- Since:
- 7.0
- Author:
- Juergen Hoeller, Stephane Nicoll
- See Also:
-
Method Summary
Methods inherited from interface org.springframework.beans.factory.support.BeanNameGenerator
generateBeanName