Class CustomerBillToDataPopulator
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.response.AbstractResultPopulator<AddressModel,CustomerBillToData>
-
- de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.CustomerBillToDataPopulator
-
- All Implemented Interfaces:
Populator<AddressModel,CustomerBillToData>
public class CustomerBillToDataPopulator extends AbstractResultPopulator<AddressModel,CustomerBillToData>
-
-
Constructor Summary
Constructors Constructor Description CustomerBillToDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(AddressModel source, CustomerBillToData target)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.response.AbstractResultPopulator
getBigDecimalForString, getFormatFactory, getIntegerForString, setFormatFactory
-
-
-
-
Method Detail
-
populate
public void populate(AddressModel source, CustomerBillToData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-