Class SysAttributeToAttributeTransmitterConverter
java.lang.Object
cn.herodotus.engine.logic.upms.converter.SysAttributeToAttributeTransmitterConverter
- All Implemented Interfaces:
cn.herodotus.engine.core.foundation.founction.ListConverter<SysAttribute,,cn.herodotus.engine.core.identity.domain.AttributeTransmitter> org.springframework.core.convert.converter.Converter<List<SysAttribute>,List<cn.herodotus.engine.core.identity.domain.AttributeTransmitter>>
public class SysAttributeToAttributeTransmitterConverter
extends Object
implements cn.herodotus.engine.core.foundation.founction.ListConverter<SysAttribute,cn.herodotus.engine.core.identity.domain.AttributeTransmitter>
Description: SysAttribute 转 SecurityAttribute 转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/23 22:59
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.core.identity.domain.AttributeTransmitterfrom(SysAttribute source) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThenMethods inherited from interface cn.herodotus.engine.core.foundation.founction.ListConverter
convert
-
Constructor Details
-
SysAttributeToAttributeTransmitterConverter
public SysAttributeToAttributeTransmitterConverter()
-
-
Method Details
-
from
- Specified by:
fromin interfacecn.herodotus.engine.core.foundation.founction.ListConverter<SysAttribute,cn.herodotus.engine.core.identity.domain.AttributeTransmitter>
-