Class GeoResultsDecoder

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

public class GeoResultsDecoder extends Object implements MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>
Author:
Nikita Koksharov
  • 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, State state)
      Specified by:
      decode in interface MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>