org.codehaus.jackson.map.introspect
Class MethodKey

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodKey

public MethodKey(java.lang.reflect.Method m)

MethodKey

public MethodKey(java.lang.String name,
                 java.lang.Class<?>[] argTypes)
Method Detail

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