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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDecoderpublic ByteBufferGeoResultsDecoder()
public ByteBufferGeoResultsDecoder(org.springframework.data.geo.Metric metric)
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.