Class AddressPopulator
java.lang.Object
de.hybris.platform.yacceleratorordermanagement.converters.AddressPopulator
- All Implemented Interfaces:
Populator<AddressModel,AddressData>
Converter implementation for
AddressModel as source and
AddressData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AddressModel source, AddressData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
AddressPopulator
public AddressPopulator()
-
-
Method Details
-
populate
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
-