public class AccessibleMethod
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object... args)
Set given method.
|
@Nullable
public java.lang.Object invoke(@Nullable
java.lang.Object... args)
throws java.lang.Throwable
args - arguments to pass to the methodjava.lang.Throwable - a throwable which was thrown during the method execution