T - input data typepublic class CxFixedSegmentsProfileMapper<T> extends java.lang.Object implements Populator<T,MappingData>
| Constructor and Description |
|---|
CxFixedSegmentsProfileMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(T source,
MappingData target)
Populate the target instance with values from the source instance.
|
void |
setConfigurationService(ConfigurationService configurationService) |
public void populate(T source, MappingData target)
Populatorpopulate in interface Populator<T,MappingData>source - the source objecttarget - the target to fillpublic void setConfigurationService(ConfigurationService configurationService)
Copyright © 2017 SAP SE. All Rights Reserved.