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 ObjectgetFieldValue(Object source, String field) static ObjectinvokeMethod(Object source, String method, Collection<Object> arguments) static ObjectinvokeMethodSafe(Object source, String method, Collection<Object> arguments)