public class GeoResultsDecoder extends Object implements MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>
| Constructor and Description |
|---|
GeoResultsDecoder() |
GeoResultsDecoder(org.springframework.data.geo.Metric metric) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public GeoResultsDecoder()
public GeoResultsDecoder(org.springframework.data.geo.Metric metric)
public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>> decode(List<Object> parts, State state)
decode in interface MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<byte[]>>>Copyright © 2014–2019 The Redisson Project. All rights reserved.