hutool处理驼峰 maplist中key转驼峰

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


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

作者:{author}

出处:{post_url}

版权:本作品采用「署名-非商业性使用-相同方式共享 4.0 国际」许可协议进行许可。