public class MethodSignatureImpl extends Object implements MethodSignature
| Constructor and Description |
|---|
MethodSignatureImpl(AnnotatedMethod<?> method) |
MethodSignatureImpl(Method method) |
MethodSignatureImpl(String methodName,
String... parameterTypes) |
public MethodSignatureImpl(AnnotatedMethod<?> method)
public MethodSignatureImpl(Method 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 © 2014. All Rights Reserved.