| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SmartInstantiationAwareBeanPostProcessor | |
|---|---|
| org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. | 
| org.springframework.aop.aspectj.autoproxy | Base classes enabling auto-proxying based on AspectJ. | 
| org.springframework.aop.framework.autoproxy | Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. | 
| 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.aop.aspectj.annotation | 
|---|
| Classes in org.springframework.aop.aspectj.annotation that implement SmartInstantiationAwareBeanPostProcessor | |
|---|---|
|  class | AnnotationAwareAspectJAutoProxyCreatorAspectJAwareAdvisorAutoProxyCreatorsubclass that processes all AspectJ
 annotation aspects in the current application context, as well as Spring Advisors. | 
| Uses of SmartInstantiationAwareBeanPostProcessor in org.springframework.aop.aspectj.autoproxy | 
|---|
| Classes in org.springframework.aop.aspectj.autoproxy that implement SmartInstantiationAwareBeanPostProcessor | |
|---|---|
|  class | AspectJAwareAdvisorAutoProxyCreatorAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules
 for advice precedence when multiple pieces of advice come from the same aspect. | 
| Uses of SmartInstantiationAwareBeanPostProcessor in org.springframework.aop.framework.autoproxy | 
|---|
| Classes in org.springframework.aop.framework.autoproxy that implement SmartInstantiationAwareBeanPostProcessor | |
|---|---|
|  class | AbstractAdvisorAutoProxyCreatorGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean. | 
|  class | AbstractAutoProxyCreatorBeanPostProcessorimplementation
 that wraps each eligible bean with an AOP proxy, delegating to specified interceptors
 before invoking the bean itself. | 
|  class | BeanNameAutoProxyCreatorAuto proxy creator that identifies beans to proxy via a list of names. | 
|  class | DefaultAdvisorAutoProxyCreatorBeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory. | 
|  class | InfrastructureAdvisorAutoProxyCreatorAuto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors. | 
| Uses of SmartInstantiationAwareBeanPostProcessor in org.springframework.beans.factory.annotation | 
|---|
| Classes in org.springframework.beans.factory.annotation that implement SmartInstantiationAwareBeanPostProcessor | |
|---|---|
|  class | AutowiredAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that autowires annotated fields, setter methods and arbitrary config methods. | 
|  class | RequiredAnnotationBeanPostProcessorBeanPostProcessorimplementation
 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 | InstantiationAwareBeanPostProcessorAdapterAdapter that implements all methods on SmartInstantiationAwareBeanPostProcessoras 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 | ScriptFactoryPostProcessorBeanPostProcessorthat
 handlesScriptFactorydefinitions,
 replacing each factory with the actual scripted Java object generated by it. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||