Package cn.herodotus.oss.dialect.aliyun.definition.arguments


package cn.herodotus.oss.dialect.aliyun.definition.arguments
  • Classes
    Class
    Description
    ArgumentsToBaseConverter<S extends cn.herodotus.oss.specification.arguments.base.BaseArguments,T extends com.aliyun.oss.model.WebServiceRequest>
    Description: 基础的统一定义请求参数转换为 Aliyun 参数转换器
    ArgumentsToBucketConverter<S extends cn.herodotus.oss.specification.arguments.base.BucketArguments,T extends com.aliyun.oss.model.WebServiceRequest>
    Description: 统一定义存储桶请求参数转换为 Aliyun 参数转换器
    ArgumentsToGenericRequestConverter<S extends cn.herodotus.oss.specification.arguments.base.BucketArguments>
    Description: 统一定义存储桶请求参数转换为 GenericRequest 参数转换器
    ArgumentsToObjectConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectArguments,T extends com.aliyun.oss.model.WebServiceRequest>
    Description: 统一定义对象请求参数转换为 Aliyun 参数转换器
    ArgumentsToObjectVersionConverter<S extends cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments,T extends com.aliyun.oss.model.GenericRequest>
    Description: 统一定义对象版本请求参数转换为 Aliyun 参数转换器