mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-05 13:17:58 +08:00
add null ignore for CollectorUtil
This commit is contained in:
parent
05ebfb44a9
commit
4b44716b5f
@ -12,6 +12,7 @@
|
||||
* 【json 】 JSONGetter增加getBeanList方法
|
||||
* 【core 】 ObjectUtil 添加三个defaultIfXxxx方法,用于节省CPU及内存损耗(pr#2094@Github)
|
||||
* 【db 】 增加单条数据原生upsert语义支持(pr#501@Gitee)
|
||||
* 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现,避免NPE(pr#502@Gitee)
|
||||
*
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复setter重载导致匹配错误(issue#2082@Github)
|
||||
|
@ -18,7 +18,7 @@ import java.util.stream.Collector;
|
||||
/**
|
||||
* 可变的汇聚操作{@link Collector} 相关工具封装
|
||||
*
|
||||
* @author looly
|
||||
* @author looly, VampireAchao
|
||||
* @since 5.6.7
|
||||
*/
|
||||
public class CollectorUtil {
|
||||
|
Loading…
Reference in New Issue
Block a user