Class ArgumentsToUploadPartCopyRequestConverter

java.lang.Object
cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToBaseConverter<S,T>
cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToBucketConverter<cn.herodotus.oss.specification.arguments.multipart.UploadPartCopyArguments,com.aliyun.oss.model.UploadPartCopyRequest>
cn.herodotus.oss.dialect.aliyun.converter.arguments.ArgumentsToUploadPartCopyRequestConverter
All Implemented Interfaces:
cn.herodotus.oss.specification.core.converter.OssConverter<cn.herodotus.oss.specification.arguments.multipart.UploadPartCopyArguments,com.aliyun.oss.model.UploadPartCopyRequest>, org.springframework.core.convert.converter.Converter<cn.herodotus.oss.specification.arguments.multipart.UploadPartCopyArguments,com.aliyun.oss.model.UploadPartCopyRequest>

public class ArgumentsToUploadPartCopyRequestConverter extends ArgumentsToBucketConverter<cn.herodotus.oss.specification.arguments.multipart.UploadPartCopyArguments,com.aliyun.oss.model.UploadPartCopyRequest>

Description: 统一定义 UploadPartCopyArguments 转 S3 CopyPartRequest 转换器

Author:
: gengwei.zheng
Date:
: 2023/8/14 17:46
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.aliyun.oss.model.UploadPartCopyRequest
    getInstance(cn.herodotus.oss.specification.arguments.multipart.UploadPartCopyArguments arguments)
     

    Methods inherited from class cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToBaseConverter

    prepare

    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

    Methods inherited from interface cn.herodotus.oss.specification.core.converter.OssConverter

    convert
  • Constructor Details

    • ArgumentsToUploadPartCopyRequestConverter

      public ArgumentsToUploadPartCopyRequestConverter()
  • Method Details

    • getInstance

      public com.aliyun.oss.model.UploadPartCopyRequest getInstance(cn.herodotus.oss.specification.arguments.multipart.UploadPartCopyArguments arguments)