Class DefaultCustomAttributeStrategyConverterProvider
java.lang.Object
de.hybris.platform.cms2.version.converter.customattribute.impl.DefaultCustomAttributeStrategyConverterProvider
- All Implemented Interfaces:
CustomAttributeStrategyConverterProvider
public class DefaultCustomAttributeStrategyConverterProvider
extends Object
implements CustomAttributeStrategyConverterProvider
Default implementation of
CustomAttributeStrategyConverterProvider-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<CustomAttributeContentConverter>getConverters(ItemModel itemModel) Will return allCustomAttributeContentConverterto convert back and forth between a custom property value and a serializable representationvoidsetConverters(List<CustomAttributeContentConverter> converters)
-
Constructor Details
-
DefaultCustomAttributeStrategyConverterProvider
public DefaultCustomAttributeStrategyConverterProvider()
-
-
Method Details
-
getConverters
Description copied from interface:CustomAttributeStrategyConverterProviderWill return allCustomAttributeContentConverterto convert back and forth between a custom property value and a serializable representation- Specified by:
getConvertersin interfaceCustomAttributeStrategyConverterProvider- Parameters:
itemModel- theCMSItemModel.- Returns:
- the list of
CustomAttributeContentConverter.
-
getConverters
-
setConverters
-