Package com.fasterxml.classmate.util
Class MethodKey
- java.lang.Object
-
- com.fasterxml.classmate.util.MethodKey
-
- All Implemented Interfaces:
Serializable
public class MethodKey extends Object implements Serializable
Helper class needed when storing methods in maps. Immutable.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Equality means name is the same and argument type erasures as well.int
hashCode()
String
toString()
-