Class BytesToOffsetDateTimeConverter

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

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

    • BytesToOffsetDateTimeConverter

      public BytesToOffsetDateTimeConverter()
  • Method Details

    • convert

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