Uses of Interface
de.hybris.platform.odata2services.converter.ValueConverter
-
Packages that use ValueConverter Package Description de.hybris.platform.odata2services.converter -
-
Uses of ValueConverter in de.hybris.platform.odata2services.converter
Classes in de.hybris.platform.odata2services.converter that implement ValueConverter Modifier and Type Class Description classAbstractValueConverterBase implementation of aValueConverterto be extended for reuse.classCollectionValueConverterA base class forCollectionvalue converters.classMapValueConverterA converter that handles ODataFeed with Map entry ODataEntries and converts them to aMapclassODataCollectionValueConverterA converter that handles "classic", i.e.classODataFeedValueConverterA converter ofODataFeedvalue to aCollection.classReplaceAttributeCollectionValueConverterA base class for collection converters applicable to PATCH requests, which replace all existing values of the item in the platform.classReplaceAttributeODataCollectionValueConverterA converter that handles a collection attribute value in PATCH requests.classReplaceAttributeODataFeedValueConverterA converter that handlesODataFeedattribute value in PATCH requests.classSingularLocalizedAttributeValueConverterMethod parameters in de.hybris.platform.odata2services.converter with type arguments of type ValueConverter Modifier and Type Method Description voidDefaultPayloadAttributeValueConverter. setValueConverters(@NotNull java.util.List<ValueConverter> converters)Injects a list of value converters that will handle different kinds of possible ODataEntry attribute values.
-