Class ArgumentsToObjectVersionConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments,T extends com.aliyun.oss.model.GenericRequest>
java.lang.Object
cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToBaseConverter<S,T>
cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToBucketConverter<S,T>
cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToObjectConverter<S,T>
cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToObjectVersionConverter<S,T>
- All Implemented Interfaces:
cn.herodotus.oss.specification.core.converter.OssConverter<S,,T> org.springframework.core.convert.converter.Converter<S,T>
public abstract class ArgumentsToObjectVersionConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments,T extends com.aliyun.oss.model.GenericRequest>
extends ArgumentsToObjectConverter<S,T>
Description: 统一定义对象版本请求参数转换为 Aliyun 参数转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/15 12:30
-
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
-
ArgumentsToObjectVersionConverter
public ArgumentsToObjectVersionConverter()
-
-
Method Details
-
prepare
- Specified by:
preparein interfacecn.herodotus.oss.specification.core.converter.OssConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments,T extends com.aliyun.oss.model.GenericRequest> - Overrides:
preparein classArgumentsToBaseConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments,T extends com.aliyun.oss.model.GenericRequest>
-