I have a List that contains data with String type -> [\"classField1\", \"classField2\", \"classField3\"]
[\"classField1\", \"classField2\", \"classField3\"]
I have a method (myMethod(List list, Stri
myMethod(List list, Stri
Take a look at the http://commons.apache.org/beanutils/ package. It allows to access fields by name.