类 JdkRegexpMethodPointcut

  • 所有已实现的接口:
    Serializable, MethodMatcher, Pointcut

    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.

    从以下版本开始:
    1.1
    作者:
    Dmitriy Kopylenko, Rob Harrop
    另请参阅:
    序列化表格