public class MethodKey extends Object implements Serializable
Constructor and Description |
---|
MethodKey(String name) |
MethodKey(String name,
Class<?>[] argTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Equality means name is the same and argument type erasures as well.
|
int |
hashCode() |
String |
toString() |
public MethodKey(String name)
Copyright © 2015 fasterxml.com. All rights reserved.