Class ArgumentsToDeleteObjectRequestConverter

java.lang.Object
cn.herodotus.oss.dialect.s3.definition.arguments.ArgumentsToBaseConverter<S,T>
cn.herodotus.oss.dialect.s3.definition.arguments.ArgumentsToBucketConverter<cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments,com.amazonaws.services.s3.model.DeleteObjectRequest>
cn.herodotus.oss.dialect.s3.converter.arguments.ArgumentsToDeleteObjectRequestConverter
All Implemented Interfaces:
cn.herodotus.oss.specification.core.converter.OssConverter<cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments,com.amazonaws.services.s3.model.DeleteObjectRequest>, org.springframework.core.convert.converter.Converter<cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments,com.amazonaws.services.s3.model.DeleteObjectRequest>

public class ArgumentsToDeleteObjectRequestConverter extends ArgumentsToBucketConverter<cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments,com.amazonaws.services.s3.model.DeleteObjectRequest>

Description: 统一定义 DeleteBucketArguments 转 S3 DeleteBucketRequest 转换器

Author:
: gengwei.zheng
Date:
: 2023/7/28 19:59
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.amazonaws.services.s3.model.DeleteObjectRequest
    getInstance(cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments arguments)
     

    Methods inherited from class cn.herodotus.oss.dialect.s3.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

    • ArgumentsToDeleteObjectRequestConverter

      public ArgumentsToDeleteObjectRequestConverter()
  • Method Details

    • getInstance

      public com.amazonaws.services.s3.model.DeleteObjectRequest getInstance(cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments arguments)