public class MethodsCalls extends Object
| Constructor and Description |
|---|
MethodsCalls() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
invokeMethod(Object object,
String methodName,
Object... args) |
public static Object invokeMethod(Object object, String methodName, Object... args) throws InvocationTargetException, NoSuchMethodException, IllegalAccessException
Copyright © 2015 LSST. All rights reserved.