public static class PolicyUtils.Reflection extends Object
| Constructor and Description |
|---|
PolicyUtils.Reflection() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
invoke(Object target,
String methodName,
Class<T> resultClass,
Object... parameters)
Reflectively invokes specified method on the specified target
|
static <T> T |
invoke(Object target,
String methodName,
Class<T> resultClass,
Object[] parameters,
Class[] parameterTypes)
Reflectively invokes specified method on the specified target
|
public static <T> T invoke(Object target, String methodName, Class<T> resultClass, Object... parameters) throws RuntimePolicyUtilsException
RuntimePolicyUtilsExceptionpublic static <T> T invoke(Object target, String methodName, Class<T> resultClass, Object[] parameters, Class[] parameterTypes) throws RuntimePolicyUtilsException
RuntimePolicyUtilsExceptionCopyright © 2006-2013 Oracle Corporation. All Rights Reserved.