@Deprecated
public class MethodTargetClassKey
extends Object
Constructor and Description |
---|
MethodTargetClassKey(Method method,
Class<?> targetClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
Method |
getMethod()
Deprecated.
|
Class<?> |
getTargetClass()
Deprecated.
|
Method |
getTargetMethod()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public MethodTargetClassKey(Method method, Class<?> targetClass)
public boolean equals(Object obj)
equals
in class Object
public Method getMethod()
public Class<?> getTargetClass()
public Method getTargetMethod()
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object