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

DynamicMethodMatcherPointcut

abstract class DynamicMethodMatcherPointcut : DynamicMethodMatcher, Pointcut

Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts. The getClassFilter() method can be overriden to customize ClassFilter behaviour as well.

Author
Rod Johnson

Constructors

<init>

DynamicMethodMatcherPointcut()

Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts. The getClassFilter() method can be overriden to customize ClassFilter behaviour as well.

Functions

getClassFilter

open fun getClassFilter(): ClassFilter

getMethodMatcher

fun getMethodMatcher(): MethodMatcher