Class AddressPopulator
- java.lang.Object
-
- de.hybris.platform.yacceleratorordermanagement.converters.AddressPopulator
-
- All Implemented Interfaces:
Populator<AddressModel,AddressData>
public class AddressPopulator extends java.lang.Object implements Populator<AddressModel,AddressData>
Converter implementation forAddressModelas source andAddressDataas target type.
-
-
Constructor Summary
Constructors Constructor Description AddressPopulator()
-
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
-
-