java.lang.Objectorg.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
All Implemented Interfaces:
SmartInstantiationAwareBeanPostProcessor
Direct Known Subclasses:
AutowiredAnnotationBeanPostProcessor, ScriptFactoryPostProcessor, RequiredAnnotationBeanPostProcessor
Note that this base class is only recommendable if you actually require InstantiationAwareBeanPostProcessor functionality. If all you need is plain BeanPostProcessor functionality, prefer a straight implementation of that (simpler) interface.
Rod - JohnsonJuergen - Hoeller2.0 - | Method from org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter Summary: |
|---|
| determineCandidateConstructors, getEarlyBeanReference, postProcessAfterInitialization, postProcessAfterInstantiation, postProcessBeforeInitialization, postProcessBeforeInstantiation, postProcessPropertyValues, predictBeanType |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter Detail: |
|---|
|
|
|
|
|
|
|
|