A
- RId annotation to resolveV
- Value typepublic interface RIdResolver<A extends RId,V> extends Resolver<Class<?>,A,V>
Modifier and Type | Method and Description |
---|---|
V |
resolve(Class<?> cls,
A annotation,
String idFieldName,
RedissonClient redisson)
RLiveObjectService instantiate the class and invokes this method to get
a value used as the value for the field with RId annotation.
|
V resolve(Class<?> cls, A annotation, String idFieldName, RedissonClient redisson)
Copyright © 2014–2019 The Redisson Project. All rights reserved.