org.apache.commons.beanutils
private static class MethodUtils.MethodDescriptor extends Object
Field Summary | |
---|---|
Class | cls |
boolean | exact |
int | hashCode |
String | methodName |
Class[] | paramTypes |
Constructor Summary | |
---|---|
MethodDescriptor(Class cls, String methodName, Class[] paramTypes, boolean exact)
The sole constructor.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Checks for equality. |
int | hashCode()
Returns the string length of method name. |
Parameters: cls the class to reflect, must not be null methodName the method name to obtain paramTypes the array of classes representing the paramater types exact whether the match has to be exact.
Parameters: obj object to be tested for equality
Returns: true, if the object describes the same Method.
Returns: the string length of method name.