public class ReflectionMethodInvoker<C,R> extends Object
| Constructor and Description |
|---|
ReflectionMethodInvoker(Class<? extends C> clazz,
String methodName,
Class<?>... argumentTypes) |
public R invoke(Object object, Object... arguments) throws InvocationTargetException
InvocationTargetExceptionCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.