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()GeoResultsDecoder(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<byte[]>>decode(List<Object> parts, org.redisson.client.handler.State state)org.redisson.client.protocol.Decoder<Object>getDecoder(int paramNum, org.redisson.client.handler.State state)
-
-
-
Method Detail
-
getDecoder
public org.redisson.client.protocol.Decoder<Object> getDecoder(int paramNum, org.redisson.client.handler.State state)
- Specified by:
getDecoderin interfaceorg.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>
-
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:
decodein interfaceorg.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>
-
-