Class CellDTOReadingConverter

java.lang.Object
webb.shared.dtos.helpers.CellDTOReadingConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ArrayList,CellDTO>

@ReadingConverter public class CellDTOReadingConverter extends Object implements org.springframework.core.convert.converter.Converter<ArrayList,CellDTO>
  • Constructor Details

    • CellDTOReadingConverter

      public CellDTOReadingConverter()
  • Method Details

    • convert

      public CellDTO convert(ArrayList dbList)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<ArrayList,CellDTO>