Package net.serenitybdd.rest.decorators
Class ReflectionHelper<T>
java.lang.Object
net.serenitybdd.rest.decorators.ReflectionHelper<T>
User: YamStranger
Date: 3/17/16
Time: 12:00 PM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteFunction(String function, Class[] types, Object... params) getValueFrom(String field) voidsetValueTo(String field, Object value)
-
Constructor Details
-
ReflectionHelper
-
-
Method Details
-
getValueFrom
-
setValueTo
public void setValueTo(String field, Object value) throws NoSuchFieldException, IllegalAccessException -
executeFunction
public Object executeFunction(String function, Class[] types, Object... params) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
-