Class DefaultIntegrationKeyPopulator
java.lang.Object
de.hybris.platform.integrationservices.populator.DefaultIntegrationKeyPopulator
- All Implemented Interfaces:
Populator<ItemToMapConversionContext,Map<String, Object>>
public class DefaultIntegrationKeyPopulator
extends Object
implements Populator<ItemToMapConversionContext,Map<String,Object>>
An attribute value populator, which injects integration key value into a
Map representing a data item, based on the
values of key attributes in that map.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegrationKeyValueGenerator<TypeDescriptor,Map<String, Object>> voidpopulate(ItemToMapConversionContext context, Map<String, Object> entry) Populate the target instance with values from the source instance.voidsetIntegrationKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor, Map<String, Object>> generator)
-
Constructor Details
-
DefaultIntegrationKeyPopulator
public DefaultIntegrationKeyPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance. -
getIntegrationKeyValueGenerator
protected IntegrationKeyValueGenerator<TypeDescriptor,Map<String, getIntegrationKeyValueGenerator()Object>> -
setIntegrationKeyValueGenerator
public void setIntegrationKeyValueGenerator(IntegrationKeyValueGenerator<TypeDescriptor, Map<String, Object>> generator)
-