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