Class ConversationMapperImpl
java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper.ConversationMapperImpl
- All Implemented Interfaces:
ConversationMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-02-09T14:38:53+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 21.0.9 (Eclipse Adoptium)")
@Component
public class ConversationMapperImpl
extends Object
implements ConversationMapper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConversationMapperImpl
public ConversationMapperImpl()
-
-
Method Details
-
entityToOutputConversationDto
Description copied from interface:ConversationMapperConverts aConversationinto aOutputConversationDto.- Specified by:
entityToOutputConversationDtoin interfaceConversationMapper- Parameters:
entity- the conversation entity- Returns:
- Created Output Chat Message Dto.
-