Package org.eclipse.epsilon.common.util
Class ReflectionUtil
- java.lang.Object
-
- org.eclipse.epsilon.common.util.ReflectionUtil
-
public class ReflectionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
getFieldValue(Object source, String field)
static Object
invokeMethod(Object source, String method, Collection<Object> arguments)
static Object
invokeMethodSafe(Object source, String method, Collection<Object> arguments)
-