public static class TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> extends Object
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> nodeIdName(String nodeIdName)
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> overNodeId(java.util.function.Function<T,Object> overNodeIdFunction)
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> overNodeId(String nodeId, java.util.function.Function<T,Object> overNodeIdFunction)
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> nodeName(String nodeName)
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> parentId(String parentId)
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> childrenName(String childrenName)
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> dataName(String dataName)
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> sortName(String sortName)
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> extraName(String extraName)
extraName - 扩展字段变量的别名public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> extraMappingList(List<TreeNodeAttributeMapper.ExtraMapping<T>> extraMappingList)
public TreeNodeAttributeMapper<T> build()
Copyright © 2023. All rights reserved.