public class IntegerCodec extends StringCodec
| Modifier and Type | Field and Description |
|---|---|
Decoder<Object> |
decoder |
static IntegerCodec |
INSTANCE |
| Constructor and Description |
|---|
IntegerCodec() |
| Modifier and Type | Method and Description |
|---|---|
Decoder<Object> |
getValueDecoder()
Returns object decoder used for any objects stored Redis structure except HMAP
|
getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, getValueEncoderpublic static final IntegerCodec INSTANCE
public Decoder<Object> getValueDecoder()
CodecgetValueDecoder in interface CodecgetValueDecoder in class StringCodecCopyright © 2014–2017 The Redisson Project. All rights reserved.