public class MethodParamTypeMatcher extends java.lang.Object implements MethodMatcher
匹配Method的返回类型的实现
| Constructor and Description |
|---|
MethodParamTypeMatcher(java.lang.Class<?>... parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(java.lang.reflect.Method method) |