public class TreeNodeAttributeMapper<T> extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TreeNodeAttributeMapper.ExtraMapping<T> |
static class |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
public static <T> TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> builder()
public TreeNodeAttributeMapper<T> setNodeIdName(String nodeIdName)
public TreeNodeAttributeMapper<T> setOverNodeIdFunction(java.util.function.Function<T,Object> overNodeIdFunction)
public TreeNodeAttributeMapper<T> setNodeName(String nodeName)
public TreeNodeAttributeMapper<T> setParentId(String parentId)
public TreeNodeAttributeMapper<T> setChildrenName(String childrenName)
public TreeNodeAttributeMapper<T> setDataName(String dataName)
public TreeNodeAttributeMapper<T> setSortName(String sortName)
public TreeNodeAttributeMapper<T> setExtraName(String extraName)
public TreeNodeAttributeMapper<T> setExtraMappingList(List<TreeNodeAttributeMapper.ExtraMapping<T>> extraMappingList)
public String getNodeIdName()
public java.util.function.Function<T,Object> getOverNodeIdFunction()
public String getNodeName()
public String getParentId()
public String getChildrenName()
public String getDataName()
public String getSortName()
public String getExtraName()
public List<TreeNodeAttributeMapper.ExtraMapping<T>> getExtraMappingList()
Copyright © 2023. All rights reserved.