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