Uses of Class
org.springframework.aop.support.StaticMethodMatcherPointcut
Packages that use StaticMethodMatcherPointcut
Package
Description
Convenience classes for using Spring's AOP API.
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.supportModifier and TypeClassDescriptionclassAbstract base regular expression pointcut bean.classRegular expression pointcut based on thejava.util.regexpackage.classPointcut bean for simple method name matches, as an alternative to regexp patterns.classConvenient 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.interceptorModifier and TypeClassDescriptionclassA Pointcut that matches if the underlyingJCacheOperationSourcehas an operation for a given method.