Package callofproject.dev.project.mapper
Interface IUserMapper
public interface IUserMapper
Mapper interface for mapping between UserDTO and User entity.
It provides a method to convert a UserDTO to a User entity.
-
Method Summary
-
Method Details
-
toUser
Maps a UserDTO to a User entity.- Parameters:
userDTO
- The UserDTO to map.- Returns:
- The mapped User entity.
-