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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

booleanisExposeProxy()
Return whether the AOP proxy will expose the AOP proxy for each invocation.
booleanisProxyTargetClass()
Return whether to proxy the target class directly as well as any interfaces.
voidsetExposeProxy(boolean exposeProxy)
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
voidsetProxyTargetClass(boolean proxyTargetClass)
Set whether to proxy the target class directly, instead of just proxying specific interfaces.