class MethodUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.reflect.Method |
INVOKE_METHOD |
private static java.util.logging.Logger |
LOGGER |
| Constructor and Description |
|---|
MethodUtil() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.lang.Object |
invoke(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] args) |
private static java.lang.reflect.InvocationTargetException |
unwrapException(java.lang.reflect.InvocationTargetException ite) |
private static final java.util.logging.Logger LOGGER
private static final java.lang.reflect.Method INVOKE_METHOD
static java.lang.Object invoke(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionprivate static java.lang.reflect.InvocationTargetException unwrapException(java.lang.reflect.InvocationTargetException ite)