Interface UserMapper
- All Known Implementing Classes:
UserMapperImpl
public interface UserMapper
Mapper for the entity User and its DTO UserDTO.
-
Method Summary
Modifier and Type Method Description default Set<Authority>authoritiesFromStrings(Set<String> strings)default Set<String>stringsFromAuthorities(Set<Authority> authorities)List<User>userDTOsToUsers(List<UserDTO> userDTOs)UseruserDTOToUser(UserDTO userDTO)default UseruserFromId(Long id)List<UserDTO>usersToUserDTOs(List<User> users)UserDTOuserToUserDTO(User user)