public class MethodParamTypeMatcher extends java.lang.Object implements MethodMatcher
匹配Method的返回类型的实现
MethodParamTypeMatcher(java.lang.Class<?>... parameterTypes)
boolean
match(java.lang.reflect.Method method)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MethodParamTypeMatcher(java.lang.Class<?>... parameterTypes)
parameterTypes
public boolean match(java.lang.reflect.Method method)
匹配
match
Matcher<java.lang.reflect.Method>
method