public class RegexMethodMatcher extends Object implements MethodMatcher
| 构造器和说明 | 
|---|
RegexMethodMatcher(String active)  | 
RegexMethodMatcher(String active,
                  String ignore)  | 
RegexMethodMatcher(String active,
                  String ignore,
                  int mods)  | 
public RegexMethodMatcher(String active)
public boolean match(Method method)
match 在接口中 MethodMatcherCopyright © 2017. All rights reserved.