public class DefaultCustomAttributeStrategyConverterProvider extends java.lang.Object implements CustomAttributeStrategyConverterProvider
CustomAttributeStrategyConverterProvider| Constructor and Description |
|---|
DefaultCustomAttributeStrategyConverterProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CustomAttributeContentConverter> |
getConverters() |
java.util.List<CustomAttributeContentConverter> |
getConverters(ItemModel itemModel)
Will return all
CustomAttributeContentConverter to convert back and forth between a custom property value
and a serializable representation |
void |
setConverters(java.util.List<CustomAttributeContentConverter> converters) |
public DefaultCustomAttributeStrategyConverterProvider()
public java.util.List<CustomAttributeContentConverter> getConverters(ItemModel itemModel)
CustomAttributeStrategyConverterProviderCustomAttributeContentConverter to convert back and forth between a custom property value
and a serializable representationgetConverters in interface CustomAttributeStrategyConverterProvideritemModel - the CMSItemModel.CustomAttributeContentConverter.protected java.util.List<CustomAttributeContentConverter> getConverters()
public void setConverters(java.util.List<CustomAttributeContentConverter> converters)
Copyright © 2018 SAP SE. All Rights Reserved.