If i have a string variable:
String x = "data.status.attributes"
how do i pass the string variable x into the set call below such that it will give me:
field.set(data.status.attributes, valueType);
(The first parameter is not a string type. The type will change with different calls.)