@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.
|