Class ArgumentsToGenericRequestConverter<S extends cn.herodotus.oss.specification.arguments.base.BucketArguments>
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<S>
- All Implemented Interfaces:
cn.herodotus.oss.specification.core.converter.OssConverter<S,,com.aliyun.oss.model.GenericRequest> org.springframework.core.convert.converter.Converter<S,com.aliyun.oss.model.GenericRequest>
- Direct Known Subclasses:
ArgumentsToDeleteBucketRequestConverter,ArgumentsToDeleteObjectRequestConverter
public class ArgumentsToGenericRequestConverter<S extends cn.herodotus.oss.specification.arguments.base.BucketArguments>
extends ArgumentsToBaseConverter<S,com.aliyun.oss.model.GenericRequest>
Description: 统一定义存储桶请求参数转换为 GenericRequest 参数转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/10 15:37
-
Constructor Summary
Constructors -
Method Summary
Methods 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
-
ArgumentsToGenericRequestConverter
public ArgumentsToGenericRequestConverter()
-
-
Method Details
-
getInstance
-