Class CSVToRLClines

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

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

  • Method Details

    • convert

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