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