Interface UserMapper
-
- All Known Implementing Classes:
UserMapperImpl
public interface UserMapperMapper for the entity User and its DTO UserDTO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods 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)
-