add toBean support Map

This commit is contained in:
Looly
2020-05-25 11:36:20 +08:00
parent b9e468d6c7
commit 9ff2d650bb
6 changed files with 79 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
## 5.3.6 (2020-05-19)
## 5.3.6 (2020-05-25)
### 新特性
* 【core 】 NumberConverter Long类型增加日期转换pr#872@Github
@@ -14,6 +14,7 @@
* 【core 】 ImgUtil增加toBase64DateUriURLUtil增加getDataUri方法
* 【core 】 IterUtil添加List转Map的工具方法pr#123@Gitee
* 【core 】 BeanValuePovider转换失败时返回原数据而非null
* 【core 】 支持BeanUtil.toBean(object, Map.class)转换issue#I1I4HC@Gitee
### Bug修复
* 【core 】 修复SimpleCache死锁问题issue#I1HOKB@Gitee