Interface CxConsumptionLayerProfileMapper
-
- All Superinterfaces:
Populator<Profile,MappingData>
- All Known Implementing Classes:
AbstractAffinityMapper,AbstractBaseMapper,ConsumptionLayerUserSegmentsProviderTest.TestCxConsumptionLayerProfileMapper,CxCategoryConsumptionLayerMapper,CxLocationConsumptionLayerMapper,CxOrderMapper,CxProductConsumptionLayerMapper,CxSegmentMapper,DefaultCxFixedSegmentsConsumptionLayerMapper,DefaultCxScriptConsumptionLayerMapper
public interface CxConsumptionLayerProfileMapper extends Populator<Profile,MappingData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>getRequiredFields()Method define which profile attributes are needed by mapper.
They will be send to profile service.
-
-
-
Method Detail
-
getRequiredFields
java.util.Set<java.lang.String> getRequiredFields()
Method define which profile attributes are needed by mapper.
They will be send to profile service.- Returns:
- set of profile attributes needed by mapper.
Example : [insights.affinities.products, insights.affinities.categories]
-
-