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