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