Class CreditCardPaymentInfoPopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.CreditCardPaymentInfoPopulator
- All Implemented Interfaces:
Populator<CreditCardPaymentInfoModel,CCPaymentInfoData>
public class CreditCardPaymentInfoPopulator
extends Object
implements Populator<CreditCardPaymentInfoModel,CCPaymentInfoData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<AddressModel,AddressData> protected Converter<CreditCardType,CardTypeData> voidpopulate(CreditCardPaymentInfoModel source, CCPaymentInfoData target) Populate the target instance with values from the source instance.voidsetAddressConverter(Converter<AddressModel, AddressData> addressConverter) voidsetCardTypeConverter(Converter<CreditCardType, CardTypeData> cardTypeConverter)
-
Constructor Details
-
CreditCardPaymentInfoPopulator
public CreditCardPaymentInfoPopulator()
-
-
Method Details
-
getAddressConverter
-
setAddressConverter
-
getCardTypeConverter
-
setCardTypeConverter
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CreditCardPaymentInfoModel,CCPaymentInfoData> - Parameters:
source- the source objecttarget- the target to fill
-