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