Interface ConversationMapper
- All Known Implementing Classes:
ConversationMapperImpl
public interface ConversationMapper
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description ConversationResponse
map(Conversation conversation)
java.util.List<ConversationResponse>
map(java.util.List<Conversation> conversations)