崇之他和她

导航

hutool处理驼峰 maplist中key转驼峰

MapUtil是hutool工具包中的
List<Map<String, Object>> maps = addressDao.selectMaps(wrapper);
return maps.stream()
.map(MapUtil::toCamelCaseMap)
.collect(Collectors.toList());


posted on 2022-04-22 11:24  崇之他和她  阅读(1420)  评论(0编辑  收藏  举报