Class UsersToDomainsConverter
java.lang.Object
cn.herodotus.oss.dialect.minio.converter.UsersToDomainsConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Map<String,io.minio.admin.UserInfo>, List<UserDomain>>
public class UsersToDomainsConverter
extends Object
implements org.springframework.core.convert.converter.Converter<Map<String,io.minio.admin.UserInfo>,List<UserDomain>>
Description: UserInfo Map 转 List
- Author:
- : gengwei.zheng
- Date:
- : 2023/6/25 14:51
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
UsersToDomainsConverter
public UsersToDomainsConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<Map<String,io.minio.admin.UserInfo>, List<UserDomain>>
-