Package org.redisson.codec
Class MsgPackJacksonCodec
java.lang.Object
org.redisson.client.codec.BaseCodec
org.redisson.codec.JsonJacksonCodec
org.redisson.codec.MsgPackJacksonCodec
- All Implemented Interfaces:
Codec
MsgPack binary codec
Fully thread-safe.
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from class org.redisson.codec.JsonJacksonCodec
JsonJacksonCodec.ThrowableMixIn -
Field Summary
Fields inherited from class org.redisson.codec.JsonJacksonCodec
INSTANCE, mapObjectMapperFields inherited from class org.redisson.client.codec.BaseCodec
SKIPPED_CODECS -
Constructor Summary
ConstructorsConstructorDescriptionMsgPackJacksonCodec(ClassLoader classLoader) MsgPackJacksonCodec(ClassLoader classLoader, MsgPackJacksonCodec codec) -
Method Summary
Methods inherited from class org.redisson.codec.JsonJacksonCodec
createObjectMapper, getClassLoader, getObjectMapper, getValueDecoder, getValueEncoder, init, initTypeInclusionMethods inherited from class org.redisson.client.codec.BaseCodec
copy, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toString
-
Constructor Details
-
MsgPackJacksonCodec
public MsgPackJacksonCodec() -
MsgPackJacksonCodec
-
MsgPackJacksonCodec
-