Uses of Class
org.springframework.aop.support.StaticMethodMatcher
Packages that use StaticMethodMatcher
Package
Description
Convenience classes for using Spring's AOP API.
Annotation support for AOP pointcuts.
-
Uses of StaticMethodMatcher in org.springframework.aop.support
Subclasses of StaticMethodMatcher 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 regular expression patterns.classConvenient superclass when we want to force subclasses to implement theMethodMatcherinterface but subclasses will want to be pointcuts.classConvenient base class for Advisors that are also static pointcuts. -
Uses of StaticMethodMatcher in org.springframework.aop.support.annotation
Subclasses of StaticMethodMatcher in org.springframework.aop.support.annotationModifier and TypeClassDescriptionclassSimpleMethodMatcherthat 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).