Class YearMonthToBytesConverter

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

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

    • YearMonthToBytesConverter

      public YearMonthToBytesConverter()
  • Method Details

    • convert

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