Uses of Class
org.redisson.api.annotation.REntity
-
Packages that use REntity Package Description org.redisson.codec -
-
Uses of REntity in org.redisson.codec
Methods in org.redisson.codec with parameters of type REntity Modifier and Type Method Description <T extends Codec>
TDefaultReferenceCodecProvider. getCodec(REntity anno, Class<?> cls, Config config)
<T extends Codec>
TReferenceCodecProvider. getCodec(REntity anno, Class<?> cls, Config config)
Get a codec instance by a REntity annotation and the class annotated with it.
-