Interface UserProfileMapper


public interface UserProfileMapper
Mapper for converting between UserProfileRequest and UserProfileResponse.

This interface uses MapStruct to automatically generate the implementation for mapping fields between the two data transfer objects (DTOs) related to user profiles.