Class CellDTOWritingConverter

java.lang.Object
webb.shared.dtos.helpers.CellDTOWritingConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<CellDTO,com.mongodb.DBObject>

@WritingConverter public class CellDTOWritingConverter extends Object implements org.springframework.core.convert.converter.Converter<CellDTO,com.mongodb.DBObject>
  • Constructor Details

    • CellDTOWritingConverter

      public CellDTOWritingConverter()
  • Method Details

    • convert

      public com.mongodb.DBObject convert(CellDTO cellDTO)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<CellDTO,com.mongodb.DBObject>