protected class ConsumptionLayerUserSegmentsProviderTest.TestCxConsumptionLayerProfileMapper extends java.lang.Object implements CxConsumptionLayerProfileMapper
| Constructor and Description |
|---|
TestCxConsumptionLayerProfileMapper(java.util.Set<java.lang.String> requiredFields) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getRequiredFields()
Method define which profile attributes are needed by mapper.
They will be send to profile service. |
void |
populate(Profile source,
MappingData target)
Populate the target instance with values from the source instance.
|
public TestCxConsumptionLayerProfileMapper(java.util.Set<java.lang.String> requiredFields)
public void populate(Profile source, MappingData target) throws ConversionException
Populatorpopulate in interface Populator<Profile,MappingData>source - the source objecttarget - the target to fillConversionException - if an error occurspublic java.util.Set<java.lang.String> getRequiredFields()
CxConsumptionLayerProfileMappergetRequiredFields in interface CxConsumptionLayerProfileMapperCopyright © 2018 SAP SE. All Rights Reserved.