Uses of Class
org.springframework.aop.support.StaticMethodMatcherPointcut
Packages that use StaticMethodMatcherPointcut Package Description org.springframework.aop.support Convenience classes for using Spring's AOP API.org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.Uses of StaticMethodMatcherPointcut in org.springframework.aop.support
Subclasses of StaticMethodMatcherPointcut in org.springframework.aop.support Modifier and Type Class Description classAbstractRegexpMethodPointcutAbstract base regular expression pointcut bean.classJdkRegexpMethodPointcutRegular expression pointcut based on thejava.util.regexpackage.classNameMatchMethodPointcutPointcut bean for simple method name matches, as an alternative to regexp patterns.classStaticMethodMatcherPointcutAdvisorConvenient base class for Advisors that are also static pointcuts.Uses of StaticMethodMatcherPointcut in org.springframework.cache.jcache.interceptor
Subclasses of StaticMethodMatcherPointcut in org.springframework.cache.jcache.interceptor Modifier and Type Class Description classJCacheOperationSourcePointcutA Pointcut that matches if the underlyingJCacheOperationSourcehas an operation for a given method.