Class CommunicationChannelConverter
java.lang.Object
hu.rts.mike.example.dev.crm.model.converter.CommunicationChannelConverter
- All Implemented Interfaces:
DtoConverter<CommunicationChannel,CommunicationChannelDto>
@Component
public class CommunicationChannelConverter
extends Object
implements DtoConverter<CommunicationChannel,CommunicationChannelDto>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.modelmapper.TypeMap<CommunicationChannelDto,CommunicationChannel> toEntityMapper(org.modelmapper.ModelMapper mapper) org.modelmapper.TypeMap<CommunicationChannel,CommunicationChannelDto> toResponseMapper(org.modelmapper.ModelMapper mapper)
-
Constructor Details
-
CommunicationChannelConverter
public CommunicationChannelConverter()
-
-
Method Details
-
toResponseMapper
public org.modelmapper.TypeMap<CommunicationChannel,CommunicationChannelDto> toResponseMapper(org.modelmapper.ModelMapper mapper) - Specified by:
toResponseMapperin interfaceDtoConverter<CommunicationChannel,CommunicationChannelDto>
-
toEntityMapper
public org.modelmapper.TypeMap<CommunicationChannelDto,CommunicationChannel> toEntityMapper(org.modelmapper.ModelMapper mapper) - Specified by:
toEntityMapperin interfaceDtoConverter<CommunicationChannel,CommunicationChannelDto>
-