add CastUtil

This commit is contained in:
Looly
2022-05-12 01:21:44 +08:00
parent 44f067c6a9
commit 541ab9ed55
5 changed files with 165 additions and 122 deletions

View File

@@ -9,6 +9,7 @@
* 【core 】 BooleanUtil增加toBooleanObject方法issue#I56AG3@Gitee
* 【core 】 CharSequenceUtil增加startWithAnyIgnoreCase方法issue#2312@Github
* 【system 】 JavaInfo增加版本issue#2310@Github
* 【core 】 新增CastUtilpr#2313@Github
*
### 🐞Bug修复
* 【core 】 MapUtil.map对null友好且修复了测试用例中分组问题pr#614@Gitee