public class MethodKey extends Object implements Serializable
Constructor and Description |
---|
MethodKey(Class declaredType,
String methodName,
Class[] parameterTypes)
Create a new method key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class |
getDeclaredType()
Return the class the method is a member of.
|
Method |
getMethod()
Returns the keyed method, resolving it if necessary via reflection.
|
String |
getMethodName()
Returns the method name.
|
Class[] |
getParameterTypes()
Returns the method parameter types.
|
int |
hashCode() |
String |
toString() |
public Class getDeclaredType()
public String getMethodName()
public Class[] getParameterTypes()
public Method getMethod() throws InvalidMethodKeyException
InvalidMethodKeyException