Class RequestToServerSideEncryptionConverter
java.lang.Object
cn.herodotus.oss.dialect.minio.converter.sse.RequestToServerSideEncryptionConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ServerSideEncryptionDomain,io.minio.ServerSideEncryption>
public class RequestToServerSideEncryptionConverter
extends Object
implements org.springframework.core.convert.converter.Converter<ServerSideEncryptionDomain,io.minio.ServerSideEncryption>
Description: Minio Request 转 ServerSideEncryption 转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/6/9 12:45
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.minio.ServerSideEncryptionconvert(ServerSideEncryptionDomain 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
-
RequestToServerSideEncryptionConverter
public RequestToServerSideEncryptionConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<ServerSideEncryptionDomain,io.minio.ServerSideEncryption>
-