public interface UserMapper
| Modifier and Type | Method and Description |
|---|---|
default Set<Authority> |
authoritiesFromStrings(Set<String> strings) |
default Set<String> |
stringsFromAuthorities(Set<Authority> authorities) |
List<User> |
userDTOsToUsers(List<UserDTO> userDTOs) |
User |
userDTOToUser(UserDTO userDTO) |
default User |
userFromId(Long id) |
List<UserDTO> |
usersToUserDTOs(List<User> users) |
UserDTO |
userToUserDTO(User user) |
Copyright © 2019 Power TAC. All rights reserved.