Class ConversationParticipantMapperImpl
java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper.ConversationParticipantMapperImpl
- All Implemented Interfaces:
ConversationParticipantMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-02-06T20:57:08+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 21.0.9 (Eclipse Adoptium)")
@Component
public class ConversationParticipantMapperImpl
extends Object
implements ConversationParticipantMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts aConversationParticipantinto aOutputConversationParticipantDto.
-
Constructor Details
-
ConversationParticipantMapperImpl
public ConversationParticipantMapperImpl()
-
-
Method Details
-
entityToOutputConversationParticipantDto
public OutputConversationParticipantDto entityToOutputConversationParticipantDto(ConversationParticipant entity) Description copied from interface:ConversationParticipantMapperConverts aConversationParticipantinto aOutputConversationParticipantDto.- Specified by:
entityToOutputConversationParticipantDtoin interfaceConversationParticipantMapper- Parameters:
entity- the conversation participant entity- Returns:
- Created Output Conversation Participant Dto.
-