Class CustomerShipToDataPopulator
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.response.AbstractResultPopulator<CartModel,CustomerShipToData>
-
- de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.CustomerShipToDataPopulator
-
- All Implemented Interfaces:
Populator<CartModel,CustomerShipToData>
public class CustomerShipToDataPopulator extends AbstractResultPopulator<CartModel,CustomerShipToData>
-
-
Constructor Summary
Constructors Constructor Description CustomerShipToDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CartModel source, CustomerShipToData 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(CartModel source, CustomerShipToData 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
-
-