public class IntegerCodec extends StringCodec
| Modifier and Type | Field and Description |
|---|---|
static IntegerCodec |
INSTANCE |
SKIPPED_CODECS| 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
|
getValueEncodercopy, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toStringpublic static final IntegerCodec INSTANCE
public Decoder<Object> getValueDecoder()
CodecgetValueDecoder in interface CodecgetValueDecoder in class StringCodecCopyright © 2014–2021 Redisson. All rights reserved.