Package com.bytedesk.core.utils
Class ConvertUtils
java.lang.Object
com.bytedesk.core.utils.ConvertUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthorityResponse
convertToAuthorityResponse
(AuthorityEntity authorityEntity) static BytedeskPropertiesResponse
convertToBytedeskPropertiesResponse
(BytedeskProperties bytedeskProperties) static MessageResponse
static MessageResponse
convertToMessageResponse
(MessageEntity message) static RoleResponse
convertToRoleResponse
(RoleEntity entity) static ThreadProtobuf
convertToThreadProtobuf
(ThreadEntity thread) static ThreadResponse
convertToThreadResponse
(ThreadEntity thread) static UserProtobuf
static String
static UserResponse
convertToUserResponse
(UserDetailsImpl userDetails) static UserResponse
static Set<org.springframework.security.core.GrantedAuthority>
-
Field Details
-
modelMapper
private static final org.modelmapper.ModelMapper modelMapper
-
-
Constructor Details
-
ConvertUtils
private ConvertUtils()
-
-
Method Details
-
convertToUserResponse
-
convertToUserResponse
-
filterUserGrantedAuthorities
public static Set<org.springframework.security.core.GrantedAuthority> filterUserGrantedAuthorities(UserEntity user) -
convertToUserProtobuf
-
convertToUserProtobufString
-
convertToThreadProtobuf
-
convertToThreadResponse
-
convertToRoleResponse
-
convertToMessageResponse
-
convertToMessageResponse
-
convertToAuthorityResponse
-
convertToBytedeskPropertiesResponse
public static BytedeskPropertiesResponse convertToBytedeskPropertiesResponse(BytedeskProperties bytedeskProperties)
-