类 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>
- 所有已实现的接口:
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 参数转换器
- 作者:
- : gengwei.zheng
- Date:
- : 2023/8/15 12:30
-
构造器详细资料
-
ArgumentsToObjectVersionConverter
public ArgumentsToObjectVersionConverter()
-
-
方法详细资料
-
prepare
- 指定者:
prepare在接口中cn.herodotus.oss.specification.core.converter.OssConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments,T extends com.aliyun.oss.model.GenericRequest> - 覆盖:
prepare在类中ArgumentsToBaseConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments,T extends com.aliyun.oss.model.GenericRequest>
-