Class ArgumentsToBaseConverter<S extends cn.herodotus.oss.specification.arguments.base.BaseArguments,T extends com.amazonaws.AmazonWebServiceRequest>
java.lang.Object
cn.herodotus.oss.dialect.s3.definition.arguments.ArgumentsToBaseConverter<S,T>
- All Implemented Interfaces:
cn.herodotus.oss.specification.core.converter.OssConverter<S,,T> org.springframework.core.convert.converter.Converter<S,T>
- Direct Known Subclasses:
ArgumentsToBucketConverter
public abstract class ArgumentsToBaseConverter<S extends cn.herodotus.oss.specification.arguments.base.BaseArguments,T extends com.amazonaws.AmazonWebServiceRequest>
extends Object
implements cn.herodotus.oss.specification.core.converter.OssConverter<S,T>
Description: 基础的统一定义请求参数转换为 S3 参数转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/10 15:33
-
Constructor Summary
Constructors -
Method Summary
Methods 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, getInstance
-
Constructor Details
-
ArgumentsToBaseConverter
public ArgumentsToBaseConverter()
-
-
Method Details