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