Get list of attributes of an object in an List

前端 未结 8 1718
青春惊慌失措
青春惊慌失措 2020-12-12 19:12

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

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 19:40

    You will have to loop through and access each objects getName().

    Maybe guava can do something fancy ...

提交回复
热议问题