Interface SapCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteModel>
- Type Parameters:
SOURCE- the parameter of the interfaceTARGET- the parameter of the interface
- All Known Implementing Classes:
DefaultSapCpiQuoteMapperService,ProductConfigSCPIQuoteMapperImpl
public interface SapCpiQuoteMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteModel>
Provides mapping from
QuoteModel to SAPCpiOutboundQuoteModel.-
Method Summary
-
Method Details
-
map
Performs mapping from source to target.- Parameters:
source- Quote Modeltarget- SAP CPI Outbound Quote Model
-