public class MethodSignatureImpl extends Object implements MethodSignature
Constructor and Description |
---|
MethodSignatureImpl(javax.enterprise.inject.spi.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
|
String |
toString() |
public MethodSignatureImpl(javax.enterprise.inject.spi.AnnotatedMethod<?> method)
public MethodSignatureImpl(Method method)
public String getMethodName()
getMethodName
in interface MethodSignature
public String[] getParameterTypes()
getParameterTypes
in interface MethodSignature
public boolean matches(Method method)
MethodSignature
matches
in interface MethodSignature
method
- the given methodCopyright © 2016. All rights reserved.