类 SysElementToTreeNodeConverter
java.lang.Object
cn.herodotus.engine.supplier.upms.logic.converter.SysElementToTreeNodeConverter
- 所有已实现的接口:
org.springframework.core.convert.converter.Converter<SysElement,org.dromara.hutool.core.tree.TreeNode<String>>
public class SysElementToTreeNodeConverter
extends Object
implements org.springframework.core.convert.converter.Converter<SysElement,org.dromara.hutool.core.tree.TreeNode<String>>
Description: SysElement 转 TreeNode 转换器
- 作者:
- : gengwei.zheng
- Date:
- : 2023/5/23 16:47
-
构造器详细资料
-
SysElementToTreeNodeConverter
public SysElementToTreeNodeConverter()
-
-
方法详细资料
-
convert
- 指定者:
convert在接口中org.springframework.core.convert.converter.Converter<SysElement,org.dromara.hutool.core.tree.TreeNode<String>>
-