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