java.lang.Object
de.hybris.platform.acceleratorservices.dataexport.generic.output.csv.ConvertObjectsToCSV
All Implemented Interfaces:
Converter<List<Object>,String>, org.springframework.core.convert.converter.Converter<List<Object>,String>

public class ConvertObjectsToCSV extends Object implements Converter<List<Object>,String>
Class that converts a list of objects to a list of Strings using the Object's annotations.