public class StringCodec extends BaseCodec
| Modifier and Type | Field and Description |
|---|---|
static StringCodec |
INSTANCE |
| 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
|
getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoderpublic static final StringCodec INSTANCE
public StringCodec()
public StringCodec(ClassLoader classLoader)
public StringCodec(String charsetName)
public StringCodec(Charset charset)
Copyright © 2014–2018 The Redisson Project. All rights reserved.