Class BytesToLocalDateConverter

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

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

    • BytesToLocalDateConverter

      public BytesToLocalDateConverter()
  • Method Details

    • convert

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