Class ConversationParticipantResponseMapperImpl
java.lang.Object
com.flowable.engage.rest.service.api.mapper.conversation.participant.ConversationParticipantResponseMapperImpl
- All Implemented Interfaces:
ConversationParticipantResponseMapper
@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 ConversationParticipantResponseMapperImpl extends java.lang.Object implements ConversationParticipantResponseMapper
-
Constructor Summary
Constructors Constructor Description ConversationParticipantResponseMapperImpl()
-
Method Summary
Modifier and Type Method Description ConversationParticipantResponse
map(com.flowable.core.idm.api.PlatformUser user)
java.util.List<ConversationParticipantResponse>
map(java.util.List<com.flowable.core.idm.api.PlatformUser> users, com.flowable.core.idm.api.PlatformIdentityService identityService)
-
Constructor Details
-
ConversationParticipantResponseMapperImpl
public ConversationParticipantResponseMapperImpl()
-
-
Method Details
-
map
- Specified by:
map
in interfaceConversationParticipantResponseMapper
-
map
public java.util.List<ConversationParticipantResponse> map(java.util.List<com.flowable.core.idm.api.PlatformUser> users, com.flowable.core.idm.api.PlatformIdentityService identityService)- Specified by:
map
in interfaceConversationParticipantResponseMapper
-