Uses of Class
org.springframework.aop.support.StaticMethodMatcher
Package
Description
Convenience classes for using Spring's AOP API.
Annotation support for AOP pointcuts.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
-
Uses of StaticMethodMatcher in org.springframework.aop.support
Modifier and TypeClassDescriptionclass
Abstract base regular expression pointcut bean.class
Regular expression pointcut based on thejava.util.regex
package.class
Pointcut bean for simple method name matches, as an alternative to regexp patterns.class
Convenient superclass when we want to force subclasses to implement theMethodMatcher
interface but subclasses will want to be pointcuts.class
Convenient base class for Advisors that are also static pointcuts. -
Uses of StaticMethodMatcher in org.springframework.aop.support.annotation
Modifier and TypeClassDescriptionclass
SimpleMethodMatcher
that looks for a specific annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class). -
Uses of StaticMethodMatcher in org.springframework.cache.jcache.interceptor
Modifier and TypeClassDescriptionclass
A Pointcut that matches if the underlyingJCacheOperationSource
has an operation for a given method.