Class ArgumentsToDeleteObjectRequestConverter
java.lang.Object
cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToBaseConverter<S,com.aliyun.oss.model.GenericRequest>
cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToGenericRequestConverter<cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments>
cn.herodotus.oss.dialect.aliyun.converter.arguments.ArgumentsToDeleteObjectRequestConverter
- All Implemented Interfaces:
cn.herodotus.oss.specification.core.converter.OssConverter<cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments,,com.aliyun.oss.model.GenericRequest> org.springframework.core.convert.converter.Converter<cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments,com.aliyun.oss.model.GenericRequest>
public class ArgumentsToDeleteObjectRequestConverter
extends ArgumentsToGenericRequestConverter<cn.herodotus.oss.specification.arguments.object.DeleteObjectArguments>
Description: 统一定义 DeleteBucketArguments 转 Minio DeleteBucketRequest 转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/7/28 19:59
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToGenericRequestConverter
getInstanceMethods inherited from class cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToBaseConverter
prepareMethods 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.oss.specification.core.converter.OssConverter
convert
-
Constructor Details
-
ArgumentsToDeleteObjectRequestConverter
public ArgumentsToDeleteObjectRequestConverter()
-