Package io.microsphere.spring.beans.factory.support
-
Interface Summary Interface Description AutowireCandidateResolvingListener The Event Listener interface for the resolving processing including:resolving suggested valueresolving lazy proxyConfigurationBeanAliasGenerator A strategy interface for generating aliases for configuration beans. -
Class Summary Class Description BeanRegistrar BeanRegistrar provides utility methods for registering beans within a SpringBeanDefinitionRegistry.CompositeAutowireCandidateResolvingListener A composite implementation of theAutowireCandidateResolvingListenerinterface that delegates events to a list of internal listeners.DefaultConfigurationBeanAliasGenerator AConfigurationBeanAliasGeneratorimplementation that generates configuration bean aliases by combining the simple name of the configuration class and the capitalized bean name.HyphenAliasGenerator HyphenAliasGeneratoris an implementation ofJoinAliasGeneratorthat uses a hyphen ("-") as the separator between bean name parts.JoinAliasGenerator AConfigurationBeanAliasGeneratorimplementation that generates aliases by joining the parts of the prefix with the bean name in a cohesive format.ListenableAutowireCandidateResolver A decorator implementation ofAutowireCandidateResolverthat allows listening to the autowire candidate resolution process viaAutowireCandidateResolvingListener.ListenableAutowireCandidateResolverInitializer AnApplicationContextInitializerimplementation that registers aListenableAutowireCandidateResolverto provide extensible autowiring capabilities within the Spring application context.LoggingAutowireCandidateResolvingListener A logging implementation of theAutowireCandidateResolvingListenerinterface that logs events related to autowire candidate resolution in Spring bean factories.UnderScoreJoinAliasGenerator A class that generates aliases by joining parts with an underscore ("_").