public class DefaultIntegrationKeyPopulator<S extends ItemToMapConversionContext,T extends java.util.Map<java.lang.String,java.lang.Object>> extends java.lang.Object implements Populator<S,T>
| Constructor and Description |
|---|
DefaultIntegrationKeyPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected IntegrationKeyGenerator<IntegrationObjectItemModel,T> |
getIntegrationKeyGenerator() |
void |
populate(S context,
T entry)
Populate the target instance with values from the source instance.
|
void |
setIntegrationKeyGenerator(IntegrationKeyGenerator<IntegrationObjectItemModel,T> integrationKeyGenerator) |
public void populate(S context, T entry)
Populatorpopulate in interface Populator<S extends ItemToMapConversionContext,T extends java.util.Map<java.lang.String,java.lang.Object>>context - the source objectentry - the target to fillprotected IntegrationKeyGenerator<IntegrationObjectItemModel,T> getIntegrationKeyGenerator()
public void setIntegrationKeyGenerator(IntegrationKeyGenerator<IntegrationObjectItemModel,T> integrationKeyGenerator)
Copyright © 2018 SAP SE. All Rights Reserved.