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 -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(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
-
Constructor Details
-
CustomerBillToDataPopulator
public CustomerBillToDataPopulator()
-
-
Method Details
-
populate
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
-