类 RequestToServerSideEncryptionCustomerKeyConverter

java.lang.Object
cn.herodotus.oss.dialect.minio.converter.sse.RequestToServerSideEncryptionCustomerKeyConverter
所有已实现的接口:
org.springframework.core.convert.converter.Converter<String,io.minio.ServerSideEncryptionCustomerKey>

public class RequestToServerSideEncryptionCustomerKeyConverter extends Object implements org.springframework.core.convert.converter.Converter<String,io.minio.ServerSideEncryptionCustomerKey>

Description: Minio Request 转 ServerSideEncryptionCustomerKey 转换器

作者:
: gengwei.zheng
Date:
: 2023/6/9 12:21
  • 构造器详细资料

    • RequestToServerSideEncryptionCustomerKeyConverter

      public RequestToServerSideEncryptionCustomerKeyConverter()
  • 方法详细资料

    • convert

      public io.minio.ServerSideEncryptionCustomerKey convert(String customerKey)
      指定者:
      convert 在接口中 org.springframework.core.convert.converter.Converter<String,io.minio.ServerSideEncryptionCustomerKey>