Class BytesToPointConverter

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

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

    • BytesToPointConverter

      public BytesToPointConverter()
  • Method Details

    • convert

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