public final class CallableMethod
extends java.lang.Object
Method with a MethodCaller.
This class is immutable, therefore is safe to share across multiple threads.
| Constructor and Description |
|---|
CallableMethod(@NotNull java.lang.reflect.Method method,
@NotNull MethodCaller caller) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull MethodCaller |
caller() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
@NotNull java.lang.reflect.Method |
method() |
java.lang.String |
toString() |
public CallableMethod(@NotNull
@NotNull java.lang.reflect.Method method,
@NotNull
@NotNull MethodCaller caller)
@NotNull public @NotNull java.lang.reflect.Method method()
@NotNull public @NotNull MethodCaller caller()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object