类 RequestMappingToSysInterfaceConverter

java.lang.Object
cn.herodotus.engine.supplier.upms.logic.converter.RequestMappingToSysInterfaceConverter
所有已实现的接口:
org.springframework.core.convert.converter.Converter<cn.herodotus.engine.rest.core.domain.RequestMapping,SysInterface>

public class RequestMappingToSysInterfaceConverter extends Object implements org.springframework.core.convert.converter.Converter<cn.herodotus.engine.rest.core.domain.RequestMapping,SysInterface>

Description: RequestMapping 转 SysInterface 转换器

作者:
: gengwei.zheng
Date:
: 2023/5/23 17:15
  • 构造器详细资料

    • RequestMappingToSysInterfaceConverter

      public RequestMappingToSysInterfaceConverter()
  • 方法详细资料

    • convert

      public SysInterface convert(cn.herodotus.engine.rest.core.domain.RequestMapping requestMapping)
      指定者:
      convert 在接口中 org.springframework.core.convert.converter.Converter<cn.herodotus.engine.rest.core.domain.RequestMapping,SysInterface>