Uses of Interface
de.hybris.platform.odata2services.converter.LocalizedValueProvider
-
Packages that use LocalizedValueProvider Package Description de.hybris.platform.odata2services.converter -
-
Uses of LocalizedValueProvider in de.hybris.platform.odata2services.converter
Classes in de.hybris.platform.odata2services.converter that implement LocalizedValueProvider Modifier and Type Class Description classDefaultLocalizedValueProviderDefault implementation of theLocalizedValueProviderConstructors in de.hybris.platform.odata2services.converter with parameters of type LocalizedValueProvider Constructor Description ReplaceAttributeCollectionValueConverter(@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.SingularLocalizedAttributeValueConverter(@NotNull LocalizedValueProvider provider)
-