Class MemberKey
- java.lang.Object
-
- org.codehaus.jackson.map.introspect.MemberKey
-
public final class MemberKey extends java.lang.Object
Helper class needed to be able to efficiently access class member functions (Method
s andConstructor
s) inMap
s.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-