Class CollectionToRepresentationConverter

java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.attributeconverters.CollectionToRepresentationConverter
All Implemented Interfaces:
AttributeValueToRepresentationConverter<Collection<Object>,Collection<Object>>

public class CollectionToRepresentationConverter extends Object implements AttributeValueToRepresentationConverter<Collection<Object>,Collection<Object>>
This AttributeValueToRepresentationConverter is invoked while converting a CMSItemModel into its representation. It's used to convert a Collection of items into its representation (which is a collection of converted items themselves).