Package org.eclipse.epsilon.common.util
Class ReflectionUtil
java.lang.Object
org.eclipse.epsilon.common.util.ReflectionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)