Uses of Class
org.redisson.api.annotation.RId
-
Packages that use RId Package Description org.redisson.liveobject.resolver -
-
Uses of RId in org.redisson.liveobject.resolver
Methods in org.redisson.liveobject.resolver with parameters of type RId Modifier and Type Method Description Long
LongGenerator. resolve(Class<?> value, RId id, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)
Object
RequiredIdResolver. resolve(Class<?> cls, RId annotation, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)
V
RIdResolver. resolve(Class<?> cls, RId annotation, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)
RLiveObjectService instantiate the class and invokes this method to get a value used as the value for the field with RId annotation.String
UUIDGenerator. resolve(Class<?> value, RId id, String idFieldName, CommandAsyncExecutor commandAsyncExecutor)
-