类 JdkRegexpMethodPointcut

所有已实现的接口:
MethodMatcher, Pointcut, infra.core.Ordered, Serializable

public class JdkRegexpMethodPointcut extends AbstractRegexpMethodPointcut
Regular expression pointcut based on the java.util.regex package. Supports the following JavaBean properties:
  • pattern: regular expression for the fully-qualified method names to match
  • patterns: alternative property taking a String array of patterns. The result will be the union of these patterns.

Note: the regular expressions must be a match. For example, .*get.* will match com.mycom.Foo.getBar(). get.* will not.

从以下版本开始:
3.0
作者:
Dmitriy Kopylenko, Rob Harrop, TODAY 2021/2/4 12:20
另请参阅: