Package org.redisson.codec
Class JsonCodecWrapper
java.lang.Object
org.redisson.client.codec.BaseCodec
org.redisson.codec.JsonCodecWrapper
- All Implemented Interfaces:
Codec
- Author:
- Nikita Koksharov
-
Field Summary
Fields inherited from class org.redisson.client.codec.BaseCodec
SKIPPED_CODECS -
Constructor Summary
ConstructorsConstructorDescriptionJsonCodecWrapper(ClassLoader classLoader, JsonCodecWrapper codec) JsonCodecWrapper(JsonCodec<?> innerCodec) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns object decoder used for any objects stored Redis structure except HMAPReturns object encoder used for any objects stored Redis structure except HMAPinthashCode()Methods inherited from class org.redisson.client.codec.BaseCodec
copy, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toString
-
Constructor Details
-
JsonCodecWrapper
-
JsonCodecWrapper
public JsonCodecWrapper(ClassLoader classLoader, JsonCodecWrapper codec) throws ReflectiveOperationException - Throws:
ReflectiveOperationException
-
-
Method Details
-
getValueDecoder
Description copied from interface:CodecReturns object decoder used for any objects stored Redis structure except HMAP- Returns:
- decoder
-
getValueEncoder
Description copied from interface:CodecReturns object encoder used for any objects stored Redis structure except HMAP- Returns:
- encoder
-
equals
-
hashCode
public int hashCode()
-