abstract class StaticMethodMatcherPointcutAdvisor : StaticMethodMatcherPointcut, PointcutAdvisor, Ordered, Serializable
Convenient base class for Advisors that are also static pointcuts. Serializable if Advice and subclass are.
Author
Rod Johnson
Author
Juergen Hoeller
StaticMethodMatcherPointcutAdvisor()
Create a new StaticMethodMatcherPointcutAdvisor, expecting bean-style configuration. StaticMethodMatcherPointcutAdvisor(advice: Advice)
Create a new StaticMethodMatcherPointcutAdvisor for the given advice. |
open fun getAdvice(): Advice |
|
open fun getOrder(): Int |
|
open fun getPointcut(): Pointcut |
|
open fun isPerInstance(): Boolean |
|
open fun setAdvice(advice: Advice): Unit |
|
open fun setOrder(order: Int): Unit |