Class SapDeliveryAddressGeocodePopulator
- java.lang.Object
-
- com.sap.hybris.ysaprcomsfulfillment.converters.SapDeliveryAddressGeocodePopulator
-
- All Implemented Interfaces:
Populator<AddressModel,AddressData>
public class SapDeliveryAddressGeocodePopulator extends java.lang.Object implements Populator<AddressModel,AddressData>
-
-
Constructor Summary
Constructors Constructor Description SapDeliveryAddressGeocodePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(AddressModel source, AddressData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(AddressModel source, AddressData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AddressModel,AddressData>- Parameters:
source- the source objecttarget- the target to fill
-
-