static <T> TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.builder() |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.childrenName(String childrenName) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.dataName(String dataName) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.extraName(String extraName)
设置字段变量的别名
扩展字段的别名会覆盖掉已有的数据字段数据
|
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.nodeId(String nodeId) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.nodeName(String nodeName) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.overNodeId(java.util.function.Function<T,Object> overNodeIdFunction) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.overNodeId(String nodeId,
java.util.function.Function<T,Object> overNodeIdFunction) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.parentId(String parentId) |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder<T> |
TreeNodeAttributeMapper.TreeNodeAttributeMapperBuilder.sortName(String sortName) |