Uses of Class
de.hybris.platform.webhookservices.dto.WebhookItemConversion
Packages that use WebhookItemConversion
-
Uses of WebhookItemConversion in de.hybris.platform.webhookservices.cache
Methods in de.hybris.platform.webhookservices.cache that return types with arguments of type WebhookItemConversionConstructor parameters in de.hybris.platform.webhookservices.cache with type arguments of type WebhookItemConversionModifierConstructorDescriptionDefaultWebhookCacheService(@NotNull IntegrationCache<WebhookDeletedItemCacheKey, WebhookItemPayload> itemPayloadsCache, @NotNull IntegrationCache<WebhookDeletedItemCacheKey, ItemModel> deletedItemCache, @NotNull WebhookConfigurationService configurationService, @NotNull org.springframework.core.convert.converter.Converter<ItemModel, Set<WebhookItemConversion>> itemPayloadConverter) Instantiates a newWebhookCacheService -
Uses of WebhookItemConversion in de.hybris.platform.webhookservices.dto
Methods in de.hybris.platform.webhookservices.dto that return types with arguments of type WebhookItemConversionModifier and TypeMethodDescriptionWebhookItemPayload.getItemConversions()Get the deleted item webhook payloadConstructor parameters in de.hybris.platform.webhookservices.dto with type arguments of type WebhookItemConversionModifierConstructorDescriptionWebhookItemPayload(@NotNull Set<WebhookItemConversion> itemConversions) Instantiates theWebhookItemPayload