Package org.openwms.core.uaa.impl
Class UserMapperImpl
java.lang.Object
org.openwms.core.uaa.impl.UserMapperImpl
- All Implemented Interfaces:
UserMapper
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class UserMapperImpl
extends Object
implements UserMapper
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUserMapperImpl
(EmailMapper emailMapper, UserDetailsMapper userDetailsMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvertFrom
(UserVO vo) convertToStrings
(List<Role> eo) convertToVO
(List<User> eo) convertToVO
(User eo) void
emailSetToEmailVOList
(Set<Email> set) emailVOListToEmailSet
(List<EmailVO> list) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openwms.core.uaa.UserMapper
convertToString, enhanceEmail, map
-
Field Details
-
emailMapper
-
userDetailsMapper
-
-
Constructor Details
-
UserMapperImpl
-
-
Method Details
-
convertToStrings
- Specified by:
convertToStrings
in interfaceUserMapper
-
convertToVO
- Specified by:
convertToVO
in interfaceUserMapper
-
convertToAuthenticatedUserVO
- Specified by:
convertToAuthenticatedUserVO
in interfaceUserMapper
-
convertToVO
- Specified by:
convertToVO
in interfaceUserMapper
-
convertFrom
- Specified by:
convertFrom
in interfaceUserMapper
-
copy
- Specified by:
copy
in interfaceUserMapper
-
emailSetToEmailVOList
-
emailVOListToEmailSet
-