public interface CMSItemConverter
ItemModel and a serializable Map of its
attribute names and their values.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
convert(ItemModel source)
Converts an
ItemModel to a serializable Map. |
ItemModel |
convert(java.util.Map<java.lang.String,java.lang.Object> source)
Converts a deserializable
Map to an ItemModel. |
java.util.Map<java.lang.String,java.lang.Object> convert(ItemModel source)
ItemModel to a serializable Map.ItemModel convert(java.util.Map<java.lang.String,java.lang.Object> source)
Map to an ItemModel.source - the MapMap converted to an ItemModelConversionException - if unknown UUID are provided, property types cannot be instantiated or if properties or sub
properties cannot be convertedCopyright © 2018 SAP SE. All Rights Reserved.