add extra for TreeNode

This commit is contained in:
Looly 2020-03-25 11:41:25 +08:00
parent 230b59eb00
commit 5443f028bd

View File

@ -8,6 +8,7 @@ import cn.hutool.core.lang.tree.Tree;
* @param <T> 转换的实体 为数据源里的对象类型 * @param <T> 转换的实体 为数据源里的对象类型
* @author liangbaikai * @author liangbaikai
*/ */
@FunctionalInterface
public interface NodeParser<T, E> { public interface NodeParser<T, E> {
/** /**
* @param object 源数据实体 * @param object 源数据实体