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()
MethodWrappergetMethod in interface MethodWrapperpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object