Class GeoResultsDecoder

java.lang.Object
org.redisson.spring.data.connection.GeoResultsDecoder
All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>

public class GeoResultsDecoder extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>
Author:
Nikita Koksharov
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    GeoResultsDecoder(org.springframework.data.geo.Metric metric)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>
    decode(List<Object> parts, org.redisson.client.handler.State state)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder

    getDecoder, getDecoder
  • Constructor Details

    • GeoResultsDecoder

      public GeoResultsDecoder()
    • GeoResultsDecoder

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

    • decode

      public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>> decode(List<Object> parts, org.redisson.client.handler.State state)
      Specified by:
      decode in interface org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>