Class PointToBytesConverter

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

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

    • PointToBytesConverter

      public PointToBytesConverter()
  • Method Details

    • convert

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