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