Class WebhookNonLocalizedMapType2MapPopulator
java.lang.Object
de.hybris.platform.integrationservices.populator.AbstractItemToMapPopulator
de.hybris.platform.integrationservices.populator.DefaultNonLocalizedMapType2MapPopulator
de.hybris.platform.webhookservices.populator.WebhookNonLocalizedMapType2MapPopulator
- All Implemented Interfaces:
Populator<ItemToMapConversionContext,Map<String, Object>>
public class WebhookNonLocalizedMapType2MapPopulator
extends DefaultNonLocalizedMapType2MapPopulator
A webhook populator for special types with non-localized map attributes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpopulateToMap(TypeAttributeDescriptor attr, ItemToMapConversionContext context, Map<String, Object> target) Implements the logic to populate the targetMethods inherited from class de.hybris.platform.integrationservices.populator.DefaultNonLocalizedMapType2MapPopulator
isApplicableMethods inherited from class de.hybris.platform.integrationservices.populator.AbstractItemToMapPopulator
getModelService, populate, setModelService
-
Constructor Details
-
WebhookNonLocalizedMapType2MapPopulator
public WebhookNonLocalizedMapType2MapPopulator()
-
-
Method Details
-
populateToMap
protected void populateToMap(TypeAttributeDescriptor attr, ItemToMapConversionContext context, Map<String, Object> target) Description copied from class:AbstractItemToMapPopulatorImplements the logic to populate the target- Overrides:
populateToMapin classDefaultNonLocalizedMapType2MapPopulator- Parameters:
attr- descriptor of the attribute to be populatedcontext- Source used in the implementation to populate the targettarget- Populate the target with the result
-