public class GeoPositionDecoder extends Object implements MultiDecoder<GeoPosition>
Constructor and Description |
---|
GeoPositionDecoder() |
Modifier and Type | Method and Description |
---|---|
GeoPosition |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder
in interface MultiDecoder<GeoPosition>
public GeoPosition decode(List<Object> parts, State state)
decode
in interface MultiDecoder<GeoPosition>
Copyright © 2014–2018 The Redisson Project. All rights reserved.