Class YearMonthToStringConverter

java.lang.Object
com.redis.om.spring.convert.YearMonthToStringConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<YearMonth,String>

@Component @WritingConverter public class YearMonthToStringConverter extends Object implements org.springframework.core.convert.converter.Converter<YearMonth,String>
  • Constructor Details

    • YearMonthToStringConverter

      public YearMonthToStringConverter()
  • Method Details

    • convert

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