Interface NodeParser<T,E>

Type Parameters:
T - 转换的实体 为数据源里的对象类型
E - 对象泛型
All Known Implementing Classes:
DefaultNodeParser
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NodeParser<T,E>
树节点解析器 可以参考DefaultNodeParser
Since:
Java 17+
Author:
Kimi Liu