public class GeoPositionDecoder extends Object implements MultiDecoder<GeoPosition>
Constructor and Description |
---|
GeoPositionDecoder() |
Modifier and Type | Method and Description |
---|---|
Double |
decode(io.netty.buffer.ByteBuf buf,
State state) |
GeoPosition |
decode(List<Object> parts,
State state) |
boolean |
isApplicable(int paramNum,
State state) |
public Double decode(io.netty.buffer.ByteBuf buf, State state) throws IOException
decode
in interface Decoder<Object>
IOException
public boolean isApplicable(int paramNum, State state)
isApplicable
in interface MultiDecoder<GeoPosition>
public GeoPosition decode(List<Object> parts, State state)
decode
in interface MultiDecoder<GeoPosition>
Copyright © 2014–2017 The Redisson Project. All rights reserved.