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