enhance EnumConverter

This commit is contained in:
Looly
2020-03-02 13:41:38 +08:00
parent b740fe6480
commit c5e4d0ef34
6 changed files with 163 additions and 10 deletions

View File

@@ -13,6 +13,8 @@
* 【http 】 支持patch方法issue#666@Github
* 【crypto】 BCUtil支持更加灵活的密钥类型增加writePemObject方法
* 【core 】 增加ServiceLoaderUtil
* 【core 】 增加EnumUtil.getEnumAt方法
* 【core 】 增强EnumConvert判断能力issue#I17082@Gitee
### Bug修复