Interface ConversationMapper
- All Known Implementing Classes:
ConversationMapperImpl
public interface ConversationMapper
-
Method Summary
-
Method Details
-
entityToOutputConversationDto
Converts aConversationinto aOutputConversationDto.- Parameters:
entity- the conversation entity- Returns:
- Created Output Chat Message Dto.
-