类 ArgumentsToListObjectsV2RequestConverter
java.lang.Object
cn.herodotus.oss.dialect.s3.definition.arguments.ArgumentsToBaseConverter<S,T>
cn.herodotus.oss.dialect.s3.definition.arguments.ArgumentsToBucketConverter<cn.herodotus.oss.specification.arguments.object.ListObjectsV2Arguments,com.amazonaws.services.s3.model.ListObjectsV2Request>
cn.herodotus.oss.dialect.s3.converter.arguments.ArgumentsToListObjectsV2RequestConverter
- 所有已实现的接口:
cn.herodotus.oss.specification.core.converter.OssConverter<cn.herodotus.oss.specification.arguments.object.ListObjectsV2Arguments,,com.amazonaws.services.s3.model.ListObjectsV2Request> org.springframework.core.convert.converter.Converter<cn.herodotus.oss.specification.arguments.object.ListObjectsV2Arguments,com.amazonaws.services.s3.model.ListObjectsV2Request>
public class ArgumentsToListObjectsV2RequestConverter
extends ArgumentsToBucketConverter<cn.herodotus.oss.specification.arguments.object.ListObjectsV2Arguments,com.amazonaws.services.s3.model.ListObjectsV2Request>
Description: 统一定义 ListObjectsV2Arguments 转 S3 ListObjectsV2Request 转换器
- 作者:
- : gengwei.zheng
- Date:
- : 2023/8/10 19:31
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.amazonaws.services.s3.model.ListObjectsV2RequestgetInstance(cn.herodotus.oss.specification.arguments.object.ListObjectsV2Arguments arguments) 从类继承的方法 cn.herodotus.oss.dialect.s3.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
-
构造器详细资料
-
ArgumentsToListObjectsV2RequestConverter
public ArgumentsToListObjectsV2RequestConverter()
-
-
方法详细资料
-
getInstance
public com.amazonaws.services.s3.model.ListObjectsV2Request getInstance(cn.herodotus.oss.specification.arguments.object.ListObjectsV2Arguments arguments)
-