|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmartInstantiationAwareBeanPostProcessor | |
---|---|
org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. |
org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. |
org.springframework.scripting.support | Support classes for Spring's scripting package. |
Uses of SmartInstantiationAwareBeanPostProcessor in org.springframework.beans.factory.annotation |
---|
Classes in org.springframework.beans.factory.annotation that implement SmartInstantiationAwareBeanPostProcessor | |
---|---|
class |
RequiredAnnotationBeanPostProcessor
BeanPostProcessor implementation
that enforces required JavaBean properties to have been configured. |
Uses of SmartInstantiationAwareBeanPostProcessor in org.springframework.beans.factory.config |
---|
Classes in org.springframework.beans.factory.config that implement SmartInstantiationAwareBeanPostProcessor | |
---|---|
class |
InstantiationAwareBeanPostProcessorAdapter
Adapter that implements all methods on SmartInstantiationAwareBeanPostProcessor
as no-ops, which will not change normal processing of each bean instantiated
by the container. |
Uses of SmartInstantiationAwareBeanPostProcessor in org.springframework.scripting.support |
---|
Classes in org.springframework.scripting.support that implement SmartInstantiationAwareBeanPostProcessor | |
---|---|
class |
ScriptFactoryPostProcessor
BeanPostProcessor that
handles ScriptFactory definitions,
replacing each factory with the actual scripted Java object generated by it. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |