| Interface | Description |
|---|---|
| BeanDependencyResolver |
Bean dependency resolver interface.
|
| SpringContextRegistry |
Registry that wraps a Spring
ApplicationContext. |
| Class | Description |
|---|---|
| AbstractSpringRegistry | |
| BaseSpringRegistry | |
| DefaultBeanDependencyResolver |
Default
BeanDependencyResolver to resolve dependencies based on spring
BeanDefinitions and dependencies in the configuration. |
| SpringLifecycleObjectSorter |
Specialization of
DefaultLifecycleObjectSorter which uses a SpringRegistry to not only consider the provided
objects but the beans on which that object depends on. |
| SpringRegistry | |
| SpringRegistryBootstrap |
Specialization of
AbstractRegistryBootstrap which instead of registering the objects directly into a Registry,
generates BeanDefinitions into a BeanDefinitionRegistry so that the Spring framework can create those objects
when initialising an ApplicationContext} |
| SpringRegistryLifecycleManager |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.