Class 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 Detail

      • GeoResultsDecoder

        public GeoResultsDecoder()
      • GeoResultsDecoder

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

      • 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[]>>>