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 -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(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
-
Constructor Details
-
ExpressionTriggerPopulator
public ExpressionTriggerPopulator()
-
-
Method Details
-
populate
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
-