Java org.springframework.aop.framework ProxyFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.framework ProxyFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.framework ProxyFactoryBean.

The text is from its open source code.

Subclass

org.springframework.aop.framework.ProxyFactoryBean has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidaddAdvice(Advice advice)
ObjectgetObject()
Return a proxy.
voidsetAutodetectInterfaces(boolean autodetectInterfaces)
Set whether to autodetect proxy interfaces if none specified.
voidsetBeanClassLoader(ClassLoader classLoader)
voidsetBeanFactory(BeanFactory beanFactory)
voidsetInterceptorNames(String... interceptorNames)
Set the list of Advice/Advisor bean names.
voidsetProxyTargetClass(boolean proxyTargetClass)
Set whether to proxy the target class directly, instead of just proxying specific interfaces.
voidsetTarget(Object target)
Set the given object as target.
voidsetTargetSource(@Nullable TargetSource targetSource)