java获取List对象的某属性组成新的list

List list = signPicsDtoEntityList.stream().map(e->e.getType()).collect(Collectors.toList());

你可能感兴趣的:(java)