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