Class ActionReversePopulator
java.lang.Object
de.hybris.platform.personalizationfacades.action.converters.populator.ActionReversePopulator
- All Implemented Interfaces:
Populator<ActionData,CxAbstractActionModel>
public class ActionReversePopulator
extends Object
implements Populator<ActionData,CxAbstractActionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ActionData source, CxAbstractActionModel target) Populate the target instance with values from the source instance.
-
Constructor Details
-
ActionReversePopulator
public ActionReversePopulator()
-
-
Method Details
-
populate
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
-