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