When there is an List, is there a possibility of getting List of all person.getName() out of that? Is there an prepared call for that
List
person.getName()
You will have to loop through and access each objects getName().
getName()
Maybe guava can do something fancy ...