SpringContainer
@description("Spring提供的Bean容器")
class SpringContainer extends BindModuleProcessor with Container with InitializingBean with BeanFactoryAware with EventListener[BeanFactoryEvent]
Spring based IOC Container
- Since:
3.1.0
trait EventListener[BeanFactoryEvent]
trait EventListener
trait BeanFactoryAware
trait Aware
trait InitializingBean
trait Container
class BindModuleProcessor
trait Logging
trait BeanDefinitionRegistryPostProcessor
trait BeanFactoryPostProcessor
class Object
trait Matchable
class Any
Value members
Concrete methods
Move temporary hooks into myself
Move temporary hooks into myself
PS. for SpringContainer is a BeanDefinitionRegistryPostProcessor, so when context initializing, the bean is inited before others,so using spring native InitializingBean,not beangle's Initializing interface.
- Definition Classes
- InitializingBean
Determine whether this listener actually supports the given event type.
Determine whether this listener actually supports the given event type.
Inherited methods
Automate register and wire bean Reconfig beans
Automate register and wire bean Reconfig beans
- Definition Classes
- BindModuleProcessor -> BeanDefinitionRegistryPostProcessor
- Inherited from:
- BindModuleProcessor