Class SysElementToTreeNodeConverter

java.lang.Object
cn.herodotus.engine.logic.upms.converter.SysElementToTreeNodeConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<SysElement,cn.hutool.v7.core.tree.TreeNode<String>>

public class SysElementToTreeNodeConverter extends Object implements org.springframework.core.convert.converter.Converter<SysElement,cn.hutool.v7.core.tree.TreeNode<String>>

Description: SysElement 转 TreeNode 转换器

Author:
: gengwei.zheng
Date:
: 2023/5/23 16:47
  • Constructor Details

    • SysElementToTreeNodeConverter

      public SysElementToTreeNodeConverter()
  • Method Details

    • convert

      public cn.hutool.v7.core.tree.TreeNode<String> convert(SysElement sysMenu)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<SysElement,cn.hutool.v7.core.tree.TreeNode<String>>