Uses of Interface
de.hybris.platform.odata2services.converter.ODataEntryToIntegrationItemConverter
Packages that use ODataEntryToIntegrationItemConverter
Package
Description
-
Uses of ODataEntryToIntegrationItemConverter in de.hybris.platform.odata2services.converter
Classes in de.hybris.platform.odata2services.converter that implement ODataEntryToIntegrationItemConverterModifier and TypeClassDescriptionclassImplementation of the converter, which populatesIntegrationItemattributes by delegating conversion of their values in the ODataEntry toPayloadAttributeValueConverter.Constructors in de.hybris.platform.odata2services.converter with parameters of type ODataEntryToIntegrationItemConverterModifierConstructorDescriptionprotectedAbstractValueConverter(@NotNull ODataEntryToIntegrationItemConverter entryConverter, @NotNull PayloadAttributeValueConverter valueConverter) A constructor injecting dependencies for reuse.protectedCollectionValueConverter(@NotNull ODataEntryToIntegrationItemConverter entryConverter, @NotNull PayloadAttributeValueConverter valueConverter) A constructor injecting dependencies for reuse.ODataCollectionValueConverter(ODataEntryToIntegrationItemConverter entryConverter, PayloadAttributeValueConverter valueConverter) ODataFeedValueConverter(ODataEntryToIntegrationItemConverter entryConverter, PayloadAttributeValueConverter valueConverter) A constructor injecting dependencies for reuse.protectedReplaceAttributeCollectionValueConverter(@NotNull ODataEntryToIntegrationItemConverter entryConverter, @NotNull PayloadAttributeValueConverter valueConverter, @NotNull LocalizedValueProvider provider) A constructor that injects dependencies to be reused by subclasses.ReplaceAttributeODataCollectionValueConverter(ODataEntryToIntegrationItemConverter entryConverter, PayloadAttributeValueConverter valueConverter, LocalizedValueProvider provider) A constructor that injects dependencies to be reused by subclasses.ReplaceAttributeODataFeedValueConverter(ODataEntryToIntegrationItemConverter entryConverter, PayloadAttributeValueConverter valueConverter, LocalizedValueProvider provider) A constructor that injects dependencies to be reused by subclasses. -
Uses of ODataEntryToIntegrationItemConverter in de.hybris.platform.odata2services.odata.persistence
Methods in de.hybris.platform.odata2services.odata.persistence that return ODataEntryToIntegrationItemConverterModifier and TypeMethodDescriptionprotected ODataEntryToIntegrationItemConverterDefaultItemLookupRequestFactory.getEntryConverter()protected ODataEntryToIntegrationItemConverterDefaultStorageRequestFactory.getEntryConverter()Methods in de.hybris.platform.odata2services.odata.persistence with parameters of type ODataEntryToIntegrationItemConverterModifier and TypeMethodDescriptionvoidDefaultItemLookupRequestFactory.setEntryConverter(ODataEntryToIntegrationItemConverter converter) voidDefaultStorageRequestFactory.setEntryConverter(ODataEntryToIntegrationItemConverter converter)