public class StringCodec extends BaseCodec
| Modifier and Type | Field and Description |
|---|---|
static StringCodec |
INSTANCE |
SKIPPED_CODECS| Constructor and Description |
|---|
StringCodec() |
StringCodec(Charset charset) |
StringCodec(ClassLoader classLoader) |
StringCodec(String charsetName) |
| Modifier and Type | Method and Description |
|---|---|
Decoder<Object> |
getValueDecoder()
Returns object decoder used for any objects stored Redis structure except HMAP
|
Encoder |
getValueEncoder()
Returns object encoder used for any objects stored Redis structure except HMAP
|
copy, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toStringpublic static final StringCodec INSTANCE
public StringCodec()
public StringCodec(ClassLoader classLoader)
public StringCodec(String charsetName)
public StringCodec(Charset charset)
Copyright © 2014–2020 Redisson. All rights reserved.