类 ArgumentsToObjectConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectArguments,T extends com.aliyun.oss.model.WebServiceRequest>
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.specification.core.converter.OssConverter<S,,T> org.springframework.core.convert.converter.Converter<S,T>
public abstract class ArgumentsToObjectConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectArguments,T extends com.aliyun.oss.model.WebServiceRequest>
extends ArgumentsToBucketConverter<S,T>
Description: 统一定义对象请求参数转换为 Aliyun 参数转换器
- 作者:
- : gengwei.zheng
- Date:
- : 2023/8/15 12:28
-
构造器概要
构造器 -
方法概要
从类继承的方法 cn.herodotus.oss.dialect.aliyun.definition.arguments.ArgumentsToBaseConverter
prepare从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.core.convert.converter.Converter
andThen从接口继承的方法 cn.herodotus.oss.specification.core.converter.OssConverter
convert, getInstance
-
构造器详细资料
-
ArgumentsToObjectConverter
public ArgumentsToObjectConverter()
-