All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static <T> T |
getInternalState(Object target,
String fieldName) |
static <T> T |
invoke(Class<?> clazz,
Class<?>[] classes,
String methodName,
Object self,
Object... args) |
static <T> T |
invoke(Class<?> clazz,
String methodName,
Object self,
Object... args) |
static <T> T |
invoke(Object owner,
String field,
Class<?>[] classes,
String methodName,
Object... args) |
static <T> T |
invoke(Object owner,
String field,
String methodName,
Object... args) |
static <T> T |
invokeStatic(Class<?> clazz,
Class<?>[] classes,
String methodName,
Object... args) |
static <T> T |
invokeStatic(Class<?> clazz,
String methodName,
Object... args) |
static Method |
method(Class<?> clazz,
String methodName,
Class<?>[] argsClasses) |
static void |
setInternalState(Object target,
String fieldName,
Object value) |