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

      • ByteBufferGeoResultsDecoder

        public ByteBufferGeoResultsDecoder()
      • ByteBufferGeoResultsDecoder

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

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