fix methoda

This commit is contained in:
Looly
2020-08-02 19:26:24 +08:00
parent c47272922b
commit d07feb9065
9 changed files with 239 additions and 134 deletions

View File

@@ -9,8 +9,11 @@
* 【socket】 对NioServer和NioClient改造pr#992@Github
* 【core 】 StrUtil增加filter方法pr#149@Gitee
* 【core 】 DateUtil增加beginOfWeek重载
* 【core 】 将有歧义的BeanUtil.mapToBean方法置为过期使用toBean方法
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题
* 【core 】 修复BeanUtil.mapToBean中bean的class非空构造无法实例化问题
-------------------------------------------------------------------------------------------------------------