Uses of Class
org.redisson.api.annotation.RObjectField
-
Packages that use RObjectField Package Description org.redisson.codec -
-
Uses of RObjectField in org.redisson.codec
Methods in org.redisson.codec with parameters of type RObjectField Modifier and Type Method Description <T extends Codec,K extends RObject>
TDefaultReferenceCodecProvider. getCodec(RObjectField anno, Class<?> cls, Class<K> rObjectClass, String fieldName, Config config)
<T extends Codec,K extends RObject>
TReferenceCodecProvider. getCodec(RObjectField anno, Class<?> cls, Class<K> rObjectClass, String fieldName, Config config)
Get a codec instance by a RObjectField annotation and the class annotated with REntity, the implementation class of RObject the field is going to be transformed into and the name of the field with this RObjectField annotation.
-