org.codehaus.jackson.map.introspect
Class MethodKey
java.lang.Object
org.codehaus.jackson.map.introspect.MethodKey
public final class MethodKey
- extends java.lang.Object
Helper class needed to be able to efficiently store Methods
in Maps.
|
Constructor Summary |
MethodKey(java.lang.reflect.Method m)
|
MethodKey(java.lang.String name,
java.lang.Class<?>[] argTypes)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MethodKey
public MethodKey(java.lang.reflect.Method m)
MethodKey
public MethodKey(java.lang.String name,
java.lang.Class<?>[] argTypes)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object