Uses of Package
org.springframework.aop.framework.autoproxy
Packages that use org.springframework.aop.framework.autoproxy
Package
Description
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Base classes enabling auto-proxying based on AspectJ.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
Various
TargetSourceCreator
implementations for use with Spring's AOP auto-proxying support.Annotation support for DAOs.
Annotation support for asynchronous method execution.
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
-
Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.aspectj.annotationClassDescriptionGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
BeanPostProcessor
implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself. -
Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.aspectj.autoproxyClassDescriptionGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
BeanPostProcessor
implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself. -
Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxyClassDescriptionGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
BeanPostProcessor
implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.Implementations can create special target sources, such as pooling target sources, for particular beans. -
Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxy.targetClassDescriptionImplementations can create special target sources, such as pooling target sources, for particular beans.
-
Classes in org.springframework.aop.framework.autoproxy used by org.springframework.dao.annotationClassDescriptionExtension of
AbstractAutoProxyCreator
which implementsBeanFactoryAware
, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE
), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE
). -
Classes in org.springframework.aop.framework.autoproxy used by org.springframework.scheduling.annotationClassDescriptionExtension of
AbstractAutoProxyCreator
which implementsBeanFactoryAware
, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE
), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE
). -
Classes in org.springframework.aop.framework.autoproxy used by org.springframework.validation.beanvalidationClassDescriptionExtension of
AbstractAutoProxyCreator
which implementsBeanFactoryAware
, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE
), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE
).