public static class TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
TreeNodeAttributeMapper<T> |
build() |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
childrenName(String childrenName) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
dataName(String dataName) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
extraName(String extraName)
设置字段变量的别名
扩展字段的别名会覆盖掉已有的数据字段数据
|
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
nodeId(String nodeId) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
nodeName(String nodeName) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
overNodeId(java.util.function.Function<T,Object> overNodeIdFunction) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
overNodeId(String nodeId,
java.util.function.Function<T,Object> overNodeIdFunction) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
parentId(String parentId) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
sortName(String sortName) |
public TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> nodeId(String nodeId)
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<T> build()
Copyright © 2021. All rights reserved.