org.nutz.aop.matcher
类 MethodMatcherFactory
java.lang.Object
org.nutz.aop.matcher.MethodMatcherFactory
public final class MethodMatcherFactory
- extends java.lang.Object
创建MethodMatcher的工厂类
- 作者:
- zozoh(zozohtnt@gmail.com), Wendal(wendal1985@gmail.com)
- 另请参见:
MethodMatcher
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matcher
public static MethodMatcher matcher()
matcher
public static MethodMatcher matcher(int mod)
matcher
public static MethodMatcher matcher(java.lang.String regex)
matcher
public static MethodMatcher matcher(java.lang.String regex,
int mod)
matcher
public static MethodMatcher matcher(java.lang.String regex,
java.lang.String ignore,
int mod)