Interface SapCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCpiOutboundQuoteCommentModel>
- Type Parameters:
SOURCE- the parameter of the interfaceTARGET- the parameter of the interface
- All Known Implementing Classes:
DefaultSapCpiQuoteCommentMapperService
public interface SapCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCpiOutboundQuoteCommentModel>
Provides mapping from
CommentModel to SAPCpiOutboundQuoteCommentModel.-
Method Summary
-
Method Details
-
map
Performs mapping from source to target.- Parameters:
source- Comment Modeltarget- SAP CPI Outbound Quote Comment Model
-