Interface SapCpiOrderMapperService<SOURCE extends OrderModel,TARGET extends SAPCpiOutboundOrderModel>
-
- Type Parameters:
SOURCE-TARGET-
- All Known Implementing Classes:
ConfigurationOrderMapperImpl,SapCpiOmmOrderMapperService
public interface SapCpiOrderMapperService<SOURCE extends OrderModel,TARGET extends SAPCpiOutboundOrderModel>Provides mapping fromOrderModeltoSAPCpiOutboundOrderModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmap(SOURCE source, TARGET target)Performs mapping from source to target.
-