Uses of Package
io.microsphere.spring.beans.factory.config
-
Classes in io.microsphere.spring.beans.factory.config used by io.microsphere.spring.beans.factory.annotation Class Description InstantiationAwareBeanPostProcessorAdapter The Adapter class ofSmartInstantiationAwareBeanPostProcessor
is compatible with Spring [3.x,) InstantiationAwareBeanPostProcessorAdapter was deprecated since Spring 5.3, and removed since Spring 6.x. -
Classes in io.microsphere.spring.beans.factory.config used by io.microsphere.spring.beans.factory.config Class Description NamedBeanHolderComparator A comparator forNamedBeanHolder
instances, typically used to sort bean holders based on the order of their contained bean instances. -
Classes in io.microsphere.spring.beans.factory.config used by io.microsphere.spring.context.event Class Description GenericBeanPostProcessorAdapter Generic adapter implementation of theBeanPostProcessor
interface, providing type-safe processing for beans of a specific type.