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 Summary
Constructors Constructor Description ByteBufferGeoResultsDecoder()ByteBufferGeoResultsDecoder(org.springframework.data.geo.Metric metric)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>decode(List<Object> parts, 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
-
-
-
-
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:
decodein interfaceMultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>
-
-