Class ByteBufferGeoResultsDecoder

java.lang.Object
org.redisson.spring.data.connection.ByteBufferGeoResultsDecoder
All Implemented Interfaces:
MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>

public class ByteBufferGeoResultsDecoder extends Object implements MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>
Author:
Nikita Koksharov
  • Constructor Details

    • ByteBufferGeoResultsDecoder

      public ByteBufferGeoResultsDecoder()
    • ByteBufferGeoResultsDecoder

      public ByteBufferGeoResultsDecoder(org.springframework.data.geo.Metric metric)
  • Method Details

    • decode

      public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>> decode(List<Object> parts, State state)
      Specified by:
      decode in interface MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>