Class CxFixedSegmentsProfileMapper<T>
- java.lang.Object
-
- de.hybris.platform.personalizationintegration.mapping.mapper.impl.CxFixedSegmentsProfileMapper<T>
-
- Type Parameters:
T- input data type
- All Implemented Interfaces:
Populator<T,MappingData>
- Direct Known Subclasses:
CxTestFixedSegmentsProfileMapper,DefaultCxFixedSegmentsConsumptionLayerMapper
public class CxFixedSegmentsProfileMapper<T> extends java.lang.Object implements Populator<T,MappingData>
Mapper that returns segments defined in the property personalizationintegration.mappers.cxfixedsegmentsprofilemapper.segments
-
-
Constructor Summary
Constructors Constructor Description CxFixedSegmentsProfileMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigurationServicegetConfigurationService()voidpopulate(T source, MappingData target)Populate the target instance with values from the source instance.voidsetConfigurationService(ConfigurationService configurationService)
-
-
-
Method Detail
-
populate
public void populate(T source, MappingData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<T,MappingData>- Parameters:
source- the source objecttarget- the target to fill
-
getConfigurationService
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-