public class ByteBufferGeoResultsDecoder extends Object implements MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>
| Constructor and Description |
|---|
ByteBufferGeoResultsDecoder() |
ByteBufferGeoResultsDecoder(org.springframework.data.geo.Metric metric) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public ByteBufferGeoResultsDecoder()
public ByteBufferGeoResultsDecoder(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<ByteBuffer>>>public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>> decode(List<Object> parts, State state)
decode in interface MultiDecoder<org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<ByteBuffer>>>Copyright © 2014–2021 Redisson. All rights reserved.