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 value
resolving lazy proxy
BeanRegistrar provides utility methods for registering beans within a SpringBeanDefinitionRegistry
.A composite implementation of theAutowireCandidateResolvingListener
interface that delegates events to a list of internal listeners.A strategy interface for generating aliases for configuration beans.AConfigurationBeanAliasGenerator
implementation that generates configuration bean aliases by combining the simple name of the configuration class and the capitalized bean name.HyphenAliasGenerator
is an implementation ofJoinAliasGenerator
that uses a hyphen ("-") as the separator between bean name parts.AConfigurationBeanAliasGenerator
implementation that generates aliases by joining the parts of the prefix with the bean name in a cohesive format.A decorator implementation ofAutowireCandidateResolver
that allows listening to the autowire candidate resolution process viaAutowireCandidateResolvingListener
.AnApplicationContextInitializer
implementation that registers aListenableAutowireCandidateResolver
to provide extensible autowiring capabilities within the Spring application context.A logging implementation of theAutowireCandidateResolvingListener
interface that logs events related to autowire candidate resolution in Spring bean factories.A class that generates aliases by joining parts with an underscore ("_").