open class AspectJPointcutAdvisor : PointcutAdvisor, Ordered
AspectJPointcutAdvisor that adapts an AbstractAspectJAdvice to the org.springframework.aop.PointcutAdvisor interface.
Author
Adrian Colyer
Author
Juergen Hoeller
Since
2.0
AspectJPointcutAdvisor(advice: AbstractAspectJAdvice)
Create a new AspectJPointcutAdvisor for the given advice |
open fun equals(other: Any?): Boolean |
|
open fun getAdvice(): Advice |
|
open fun getOrder(): Int |
|
open fun getPointcut(): Pointcut |
|
open fun hashCode(): Int |
|
open fun isPerInstance(): Boolean |
|
open fun setOrder(order: Int): Unit |