public interface Pointcut
A pointcut is composed of a ClassFilter
and a MethodMatcher
.
Both these basic terms and a Pointcut itself can be combined to build up combinations
(e.g. through ComposablePointcut
).
ClassFilter
,
MethodMatcher
,
Pointcuts
,
ClassFilters
,
MethodMatchers
Modifier and Type | Field and Description |
---|---|
static Pointcut |
TRUE
Canonical Pointcut instance that always matches.
|
Modifier and Type | Method and Description |
---|---|
ClassFilter |
getClassFilter()
Return the ClassFilter for this pointcut.
|
MethodMatcher |
getMethodMatcher()
Return the MethodMatcher for this pointcut.
|
static final Pointcut TRUE
ClassFilter getClassFilter()
null
)MethodMatcher getMethodMatcher()
null
)