当前位置:网站首页>获取List集合对象中某一列属性值

获取List集合对象中某一列属性值

2020-11-09 22:18:00 南国以南i

例:获取disposeList集合中CorpusMarkPage对象中的responseId属性,生成新的List集合

List<String> responseIdList = disposeList.stream().map(CorpusMarkPage::getResponseId).collect(Collectors.toList());

版权声明
本文为[南国以南i]所创,转载请带上原文链接,感谢
https://www.cnblogs.com/bgyb/p/13951191.html