Interface CMSItemConverter
- All Known Implementing Classes:
DefaultCMSItemConverter
public interface CMSItemConverter
-
Method Summary
-
Method Details
-
convert
-
convert
- Parameters:
source- the Map<String, Object> to convert- Returns:
- the
Mapconverted to anItemModel - Throws:
ConversionException- if unknown UUID are provided, property types cannot be instantiated or if properties or sub properties cannot be converted
-