| Interface | Description |
|---|---|
| BeanDependencyResolver |
Bean dependency resolver interface.
|
| OptionalObjectsController |
Keeps track of keys that have been marked as optional on a registry-bootstrap file.
|
| SpringContextRegistry |
Registry that wraps a Spring
ApplicationContext. |
| Class | Description |
|---|---|
| AbstractSpringRegistry | |
| BaseSpringRegistry | |
| CompositeOptionalObjectsController |
Implementation of
OptionalObjectsController which groups a list of controllers and executes every operation on all of
them. |
| DefaultBeanDependencyResolver |
Default
BeanDependencyResolver to resolve dependencies based on spring
BeanDefinitions and dependencies in the configuration. |
| DefaultOptionalObjectsController |
Default implementation of
OptionalObjectsController |
| SpringLifecycleObjectSorter |
Specialization of
DefaultLifecycleObjectSorter which uses an AbstractSpringRegistry 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.