Methods
| Modifier and Type |
Method and Description |
static <T,R> JavaMethod<T,R> |
create(Class<T> target,
Class<R> returnType,
Method method) |
static <T,R> JavaMethod<T,R> |
create(Class<T> target,
Class<R> returnType,
String name,
Class<?>... paramTypes) |
R |
invoke(T target,
Object... args) |