public interface MethodSignature extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
String[] |
getParameterTypes() |
boolean |
matches(Method method)
Determines whether this method signature matches the signature of the given method
|
String getMethodName()
String[] getParameterTypes()
boolean matches(Method method)
method
- the given methodCopyright © 2016. All rights reserved.