Class OwnerToDomainConverter
java.lang.Object
cn.herodotus.oss.dialect.aliyun.converter.domain.OwnerToDomainConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<com.aliyun.oss.model.Owner,cn.herodotus.oss.specification.domain.base.OwnerDomain>
public class OwnerToDomainConverter
extends Object
implements org.springframework.core.convert.converter.Converter<com.aliyun.oss.model.Owner,cn.herodotus.oss.specification.domain.base.OwnerDomain>
Description: Owner 转 OwnerDomain 转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/13 23:09
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.oss.specification.domain.base.OwnerDomainconvert(com.aliyun.oss.model.Owner 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
andThen
-
Constructor Details
-
OwnerToDomainConverter
public OwnerToDomainConverter()
-
-
Method Details
-
convert
public cn.herodotus.oss.specification.domain.base.OwnerDomain convert(com.aliyun.oss.model.Owner source) - Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<com.aliyun.oss.model.Owner,cn.herodotus.oss.specification.domain.base.OwnerDomain>
-