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