Class CSVToWLClines

java.lang.Object
org.xbricks.sperftest.converters.CSVToWLClines
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<WLCFile,WLCFile>

@Component public class CSVToWLClines extends Object implements org.springframework.core.convert.converter.Converter<WLCFile,WLCFile>
  • Constructor Details

  • Method Details

    • convert

      public WLCFile convert(@Nullable WLCFile source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<WLCFile,WLCFile>