MapStructPlus

linpeilie小于 1 分钟插件

如果项目中使用 MapStructPlusopen in new window,强烈建议将其与 EasyRelation 整合使用, MapStructPlusopen in new window 提供了更加高效的 Map<String, Object> 转对象的功能「详情可以参考Map 转对象open in new window文档」关于性能方面的提升,可以查看性能对比

使用比较简单,添加 easy-relation-mapstruct-plus 依赖包即可。

<dependency>
    <groupId>cn.easii</groupId>
    <artifactId>easy-relation-mapstruct-plus</artifactId>
    <version>最新版本</version>
</dependency>