Class LocalDateToBytesConverter

java.lang.Object
com.redis.om.spring.convert.LocalDateToBytesConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<LocalDate,byte[]>

@Component @WritingConverter public class LocalDateToBytesConverter extends Object implements org.springframework.core.convert.converter.Converter<LocalDate,byte[]>
  • Constructor Details

    • LocalDateToBytesConverter

      public LocalDateToBytesConverter()
  • Method Details

    • convert

      public byte[] convert(LocalDate source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<LocalDate,byte[]>