Package | Description |
---|---|
org.redisson.codec |
Modifier and Type | Method and Description |
---|---|
<T extends Codec> |
DefaultCodecProvider.getCodec(REntity anno,
Class<?> cls) |
<T extends Codec> |
CodecProvider.getCodec(REntity anno,
Class<?> cls)
Get a codec instance by a REntity annotation and the class annotated with
it.
|
<T extends Codec> |
DefaultCodecProvider.registerCodec(REntity anno,
Class<?> cls,
T codec) |
<T extends Codec> |
CodecProvider.registerCodec(REntity anno,
Class<?> cls,
T codec)
Register a codec by the REntity annotation and the class annotated with
it.
|
Copyright © 2014–2017 The Redisson Project. All rights reserved.