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