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
Mapper that returns segments defined in the property
personalizationintegration.mappers.cxfixedsegmentsprofilemapper.segments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigurationServicevoidpopulate(T source, MappingData target) Populate the target instance with values from the source instance.voidsetConfigurationService(ConfigurationService configurationService)
-
Constructor Details
-
CxFixedSegmentsProfileMapper
public CxFixedSegmentsProfileMapper()
-
-
Method Details
-
populate
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
-
setConfigurationService
-