类 TreeNodeAttributeMapper<T>
- java.lang.Object
-
- cn.woodwhales.common.business.tree.TreeNodeAttributeMapper<T>
-
public class TreeNodeAttributeMapper<T> extends Object
- 作者:
- woodwhales on 2020-12-11
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classTreeNodeAttributeMapper.ExtraMapping<T>static classTreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T>
-
方法概要
-
-
-
方法详细资料
-
builder
public static <T> TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> builder()
-
setNodeIdName
public TreeNodeAttributeMapper<T> setNodeIdName(String nodeIdName)
-
setOverNodeIdFunction
public TreeNodeAttributeMapper<T> setOverNodeIdFunction(java.util.function.Function<T,Object> overNodeIdFunction)
-
setNodeName
public TreeNodeAttributeMapper<T> setNodeName(String nodeName)
-
setParentId
public TreeNodeAttributeMapper<T> setParentId(String parentId)
-
setChildrenName
public TreeNodeAttributeMapper<T> setChildrenName(String childrenName)
-
setDataName
public TreeNodeAttributeMapper<T> setDataName(String dataName)
-
setSortName
public TreeNodeAttributeMapper<T> setSortName(String sortName)
-
setExtraName
public TreeNodeAttributeMapper<T> setExtraName(String extraName)
-
setExtraMappingList
public TreeNodeAttributeMapper<T> setExtraMappingList(List<TreeNodeAttributeMapper.ExtraMapping<T>> extraMappingList)
-
getNodeIdName
public String getNodeIdName()
-
getNodeName
public String getNodeName()
-
getParentId
public String getParentId()
-
getChildrenName
public String getChildrenName()
-
getDataName
public String getDataName()
-
getSortName
public String getSortName()
-
getExtraName
public String getExtraName()
-
getExtraMappingList
public List<TreeNodeAttributeMapper.ExtraMapping<T>> getExtraMappingList()
-
-