|
ColdSpring 2.0 - Narwhal | ||||
| FRAMES | |||||
| Interface Summary | |
|---|---|
| BeanDefinitionRegistryPostProcessor | A post processor for when the BeanDefintinitionRegistry is comple, but notifyComplete has not fired yet |
| BeanFactoryPostProcessor | Allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory |
| BeanPostProcessor | Factory hook that allows for custom modification of new bean instances, e |
| InstantiationAwareBeanPostProcessor | Subinterface of BeanPostProcessor that adds a before-instantiation callback, and a callback after instantiation but before explicit properties are set or autowiring occurs |
| Class Summary | |
|---|---|
| BeanDefinitionVisitor | Visitor class for traversing BeanDefinition objects, in particular the property values and constructor argument values contained in them, resolving bean metadata values |
| BeanPostProcessorObservable | Implementation of Observable for BeanPostProcessors, the intelligently dispathes events, depending on the type of BeanPostProcessor is in each collection |
| JSONFactoryBean | Simple factory for creating data via a JSON string, and sharing it |
| ListFactoryBean | Simple factory for shared List instances |
| MapFactoryBean | Simple factory for shared Map instances |
|
ColdSpring 2.0 - Narwhal | ||||
| FRAMES | |||||