摘要: BeanUtils位于import org.apache.commons.beanutils.BeanUtils包下 其使用方法: Map<String, Object> objectMap=new HashMap<String, Object>() try { BeanUtils.populate 阅读全文
posted @ 2020-11-09 22:15 南国以南i 阅读(1660) 评论(0) 推荐(0)
摘要: 例:获取disposeList集合中CorpusMarkPage对象中的responseId属性,生成新的List集合 List<String> responseIdList = disposeList.stream().map(CorpusMarkPage::getResponseId).coll 阅读全文
posted @ 2020-11-09 22:07 南国以南i 阅读(1330) 评论(0) 推荐(0)