public class MethodWrapperImpl extends java.lang.Object implements MethodWrapper
Modifier and Type | Field and Description |
---|---|
private int |
hashCode |
private java.lang.reflect.Method |
method |
Constructor and Description |
---|
MethodWrapperImpl(java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.reflect.Method |
getMethod()
Returns the method associated with this wrapper
|
int |
hashCode() |
java.lang.String |
toString() |
private final java.lang.reflect.Method method
private final int hashCode
public java.lang.reflect.Method getMethod()
MethodWrapper
getMethod
in interface MethodWrapper
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object