修复JSONBeanParser在遇到List时没有被正确递归问题

This commit is contained in:
Looly 2023-07-20 23:42:15 +08:00
parent 4624b16751
commit 160002ed1a

View File

@ -5,6 +5,7 @@ package cn.hutool.json;
*
* @author Looly
* @since 5.7.8
* @param <T> 参数类型
*/
public interface JSONBeanParser<T> {