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 Object implements Populator<T,MappingData>
Mapper that returns segments defined in the property personalizationintegration.mappers.cxfixedsegmentsprofilemapper.segments
  • Constructor Details

    • CxFixedSegmentsProfileMapper

      public CxFixedSegmentsProfileMapper()
  • Method Details

    • populate

      public void populate(T source, MappingData target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<T,MappingData>
      Parameters:
      source - the source object
      target - the target to fill
    • getConfigurationService

      protected ConfigurationService getConfigurationService()
    • setConfigurationService

      public void setConfigurationService(ConfigurationService configurationService)