Class OwnerToDomainConverter

java.lang.Object
cn.herodotus.oss.dialect.s3.converter.domain.OwnerToDomainConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<com.amazonaws.services.s3.model.Owner,cn.herodotus.oss.specification.domain.base.OwnerDomain>

public class OwnerToDomainConverter extends Object implements org.springframework.core.convert.converter.Converter<com.amazonaws.services.s3.model.Owner,cn.herodotus.oss.specification.domain.base.OwnerDomain>

Description: Owner 转 OwnerDomain 转换器

Author:
: gengwei.zheng
Date:
: 2023/8/13 23:09
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    cn.herodotus.oss.specification.domain.base.OwnerDomain
    convert(com.amazonaws.services.s3.model.Owner source)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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.amazonaws.services.s3.model.Owner source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<com.amazonaws.services.s3.model.Owner,cn.herodotus.oss.specification.domain.base.OwnerDomain>