Java org.springframework.aop.aspectj.annotation AspectJProxyFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.aspectj.annotation AspectJProxyFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.aspectj.annotation AspectJProxyFactory.

The text is from its open source code.

Constructor

AspectJProxyFactory()
Create a new AspectJProxyFactory.
AspectJProxyFactory(Object target)
Create a new AspectJProxyFactory.
AspectJProxyFactory(Class... interfaces)
Create a new AspectJProxyFactory .

Method

voidaddAdvice(Advice advice)
voidaddAspect(Object aspectInstance)
Add the supplied aspect instance to the chain.
voidaddAspect(Class aspectClass)
Add an aspect of the supplied type to the end of the advice chain.
TgetProxy()
Create a new proxy according to the settings in this factory.
voidsetProxyTargetClass(boolean proxyTargetClass)
Set whether to proxy the target class directly, instead of just proxying specific interfaces.