Class ArgumentsToListPartsRequestConverter
java.lang.Object
cn.herodotus.oss.dialect.s3.converter.arguments.ArgumentsToListPartsRequestConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<cn.herodotus.oss.specification.arguments.multipart.ListPartsArguments,com.amazonaws.services.s3.model.ListPartsRequest>
public class ArgumentsToListPartsRequestConverter
extends Object
implements org.springframework.core.convert.converter.Converter<cn.herodotus.oss.specification.arguments.multipart.ListPartsArguments,com.amazonaws.services.s3.model.ListPartsRequest>
Description: 统一定义 ListPartsArguments 转 S3 ListPartsRequest 转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/14 20:21
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.services.s3.model.ListPartsRequestconvert(cn.herodotus.oss.specification.arguments.multipart.ListPartsArguments source) 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
andThen
-
Constructor Details
-
ArgumentsToListPartsRequestConverter
public ArgumentsToListPartsRequestConverter()
-
-
Method Details
-
convert
public com.amazonaws.services.s3.model.ListPartsRequest convert(cn.herodotus.oss.specification.arguments.multipart.ListPartsArguments source) - Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<cn.herodotus.oss.specification.arguments.multipart.ListPartsArguments,com.amazonaws.services.s3.model.ListPartsRequest>
-