spring-framework / org.springframework.aop.support / StaticMethodMatcherPointcutAdvisor

StaticMethodMatcherPointcutAdvisor

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

Constructors

<init>

StaticMethodMatcherPointcutAdvisor()

Create a new StaticMethodMatcherPointcutAdvisor, expecting bean-style configuration.

StaticMethodMatcherPointcutAdvisor(advice: Advice)

Create a new StaticMethodMatcherPointcutAdvisor for the given advice.

Functions

getAdvice

open fun getAdvice(): Advice

getOrder

open fun getOrder(): Int

getPointcut

open fun getPointcut(): Pointcut

isPerInstance

open fun isPerInstance(): Boolean

setAdvice

open fun setAdvice(advice: Advice): Unit

setOrder

open fun setOrder(order: Int): Unit