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 |
|---|---|
protected ConfigurationService |
getConfigurationService() |
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 fillprotected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2018 SAP SE. All Rights Reserved.