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