org.nutz.aop.matcher
类 RegexMethodMatcher
java.lang.Object
org.nutz.aop.matcher.RegexMethodMatcher
- 所有已实现的接口:
- MethodMatcher
public class RegexMethodMatcher
- extends java.lang.Object
- implements MethodMatcher
方法摘要 |
boolean |
match(java.lang.reflect.Method method)
|
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexMethodMatcher
public RegexMethodMatcher(java.lang.String active)
RegexMethodMatcher
public RegexMethodMatcher(java.lang.String active,
java.lang.String ignore)
RegexMethodMatcher
public RegexMethodMatcher(java.lang.String active,
java.lang.String ignore,
int mods)
match
public boolean match(java.lang.reflect.Method method)
- 指定者:
- 接口
MethodMatcher
中的 match