Class DomainToObjectLockConfigurationConverter
java.lang.Object
cn.herodotus.oss.dialect.minio.converter.retention.DomainToObjectLockConfigurationConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ObjectLockConfigurationDomain,io.minio.messages.ObjectLockConfiguration>
public class DomainToObjectLockConfigurationConverter
extends Object
implements org.springframework.core.convert.converter.Converter<ObjectLockConfigurationDomain,io.minio.messages.ObjectLockConfiguration>
Description: Minio Request 转 ObjectLockConfiguration 转换器
- Author:
- : gengwei.zheng
- Date:
- : 2023/6/6 23:06
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.minio.messages.ObjectLockConfigurationconvert(ObjectLockConfigurationDomain 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
-
DomainToObjectLockConfigurationConverter
public DomainToObjectLockConfigurationConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<ObjectLockConfigurationDomain,io.minio.messages.ObjectLockConfiguration>
-