public class CxScriptProfileMapper<T> extends java.lang.Object implements Populator<T,MappingData>
| Constructor and Description |
|---|
CxScriptProfileMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(T source,
MappingData target)
Populate the target instance with values from the source instance.
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setScriptGroup(java.lang.String scriptGroup) |
void |
setScriptingLanguagesService(ScriptingLanguagesService scriptingLanguagesService) |
public void populate(T source, MappingData target)
Populatorpopulate in interface Populator<T,MappingData>source - the source objecttarget - the target to fillpublic void setScriptingLanguagesService(ScriptingLanguagesService scriptingLanguagesService)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public void setScriptGroup(java.lang.String scriptGroup)
Copyright © 2017 SAP SE. All Rights Reserved.