Interface MessageMapper


public interface MessageMapper
Mapper for converting between MessageRequest and MessageResponse.

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