类的使用
org.springframework.aop.support.StaticMethodMatcher
使用StaticMethodMatcher的程序包 程序包 说明 org.springframework.aop.support Convenience classes for using Spring's AOP API.org.springframework.aop.support.annotation Annotation support for AOP pointcuts.org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.org.springframework.aop.support中StaticMethodMatcher的使用
org.springframework.aop.support中StaticMethodMatcher的子类 修饰符和类型 类 说明 class
AbstractRegexpMethodPointcut
Abstract base regular expression pointcut bean.class
JdkRegexpMethodPointcut
Regular expression pointcut based on thejava.util.regex
package.class
NameMatchMethodPointcut
Pointcut bean for simple method name matches, as an alternative to regexp patterns.class
StaticMethodMatcherPointcut
Convenient superclass when we want to force subclasses to implement theMethodMatcher
interface but subclasses will want to be pointcuts.class
StaticMethodMatcherPointcutAdvisor
Convenient base class for Advisors that are also static pointcuts.org.springframework.aop.support.annotation中StaticMethodMatcher的使用
org.springframework.aop.support.annotation中StaticMethodMatcher的子类 修饰符和类型 类 说明 class
AnnotationMethodMatcher
Simple MethodMatcher that looks for a specific Java 5 annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class).org.springframework.cache.jcache.interceptor中StaticMethodMatcher的使用
org.springframework.cache.jcache.interceptor中StaticMethodMatcher的子类 修饰符和类型 类 说明 class
JCacheOperationSourcePointcut
A Pointcut that matches if the underlyingJCacheOperationSource
has an operation for a given method.