Class ProductMapper<T extends es.kukenan.smartfi.microservice.transfer.api.products.ProductDto>
java.lang.Object
es.kukenan.smartfi.microservice.transfer.service.backoffice.product.mapper.ProductMapper<T>
- Type Parameters:
T- Core response wrapper type for products GET collection operation.
- Direct Known Subclasses:
ProductDestinationMapper,ProductOriginMapper
public abstract class ProductMapper<T extends es.kukenan.smartfi.microservice.transfer.api.products.ProductDto>
extends Object
This class is used to map to and from a
ProductMapper.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUnimplementedMapperException. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProductMapper
public ProductMapper()
-
-
Method Details
-
map
Map anProductDtoto aProductDestinationDto.- Parameters:
productDto- the givenProductDto- Returns:
- the mapped
ProductDto.
-
map
-