public class MethodSignatureImpl extends Object implements MethodSignature
| Constructor and Description |
|---|
MethodSignatureImpl(AnnotatedMethod<?> method) |
MethodSignatureImpl(Method method) |
MethodSignatureImpl(String methodName,
String... parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMethodName() |
String[] |
getParameterTypes() |
int |
hashCode() |
boolean |
matches(Method method)
Determines whether this method signature matches the signature of the given method
|
static MethodSignature |
of(AnnotatedMethod<?> method) |
String |
toString() |
public MethodSignatureImpl(AnnotatedMethod<?> method)
public MethodSignatureImpl(Method method)
public static MethodSignature of(AnnotatedMethod<?> method)
public String getMethodName()
getMethodName in interface MethodSignaturepublic String[] getParameterTypes()
getParameterTypes in interface MethodSignaturepublic boolean matches(Method method)
MethodSignaturematches in interface MethodSignaturemethod - the given methodCopyright © 2016. All Rights Reserved.