Class ConversationStatusMapperImpl
java.lang.Object
com.flowable.engage.rest.service.api.mapper.conversation.ConversationStatusMapperImpl
- All Implemented Interfaces:
ConversationStatusMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2020-12-15T19:53:00+0100", comments="version: 1.4.1.Final, compiler: javac, environment: Java 13.0.2 (N/A)") @Component public class ConversationStatusMapperImpl extends java.lang.Object implements ConversationStatusMapper
-
Constructor Summary
Constructors Constructor Description ConversationStatusMapperImpl()
-
Method Summary
Modifier and Type Method Description protected java.util.List<UserLastReadStatusDto>
conversationStatusCollectionToUserLastReadStatusDtoList(java.util.Collection<ConversationStatus> collection)
protected UserLastReadStatusDto
conversationStatusToUserLastReadStatusDto(ConversationStatus conversationStatus)
ConversationLastReadStatusResponse
map(java.lang.String conversationId, java.util.Collection<ConversationStatus> conversationStatuses)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.engage.rest.service.api.mapper.conversation.ConversationStatusMapper
afterUserLastReadStatusDto
-
Constructor Details
-
ConversationStatusMapperImpl
public ConversationStatusMapperImpl()
-
-
Method Details
-
map
public ConversationLastReadStatusResponse map(java.lang.String conversationId, java.util.Collection<ConversationStatus> conversationStatuses)- Specified by:
map
in interfaceConversationStatusMapper
-
conversationStatusToUserLastReadStatusDto
protected UserLastReadStatusDto conversationStatusToUserLastReadStatusDto(ConversationStatus conversationStatus) -
conversationStatusCollectionToUserLastReadStatusDtoList
protected java.util.List<UserLastReadStatusDto> conversationStatusCollectionToUserLastReadStatusDtoList(java.util.Collection<ConversationStatus> collection)
-