Class LambdaNodeConfig<T,R>

java.lang.Object
org.miaixz.bus.core.tree.NodeConfig
org.miaixz.bus.core.tree.LambdaNodeConfig<T,R>
Type Parameters:
T - 方法对象类型
R - 返回值类型
All Implemented Interfaces:
Serializable

public class LambdaNodeConfig<T,R> extends NodeConfig
树配置属性相关(使用Lambda语法) 避免对字段名称硬编码
Since:
Java 17+
Author:
Kimi Liu
See Also: