mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-06 13:48:00 +08:00
修复JSONBeanParser在遇到List时没有被正确递归问题
This commit is contained in:
parent
4624b16751
commit
160002ed1a
@ -5,6 +5,7 @@ package cn.hutool.json;
|
|||||||
*
|
*
|
||||||
* @author Looly
|
* @author Looly
|
||||||
* @since 5.7.8
|
* @since 5.7.8
|
||||||
|
* @param <T> 参数类型
|
||||||
*/
|
*/
|
||||||
public interface JSONBeanParser<T> {
|
public interface JSONBeanParser<T> {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user