T
- Field instance typeA
- Annotation to resolveV
- Value typepublic interface Resolver<T,A extends Annotation,V>
Modifier and Type | Method and Description |
---|---|
V |
resolve(T value,
A annotation,
String idFieldName,
RedissonClient redisson)
Used to provide a value instance based on contextual parameters.
|
V resolve(T value, A annotation, String idFieldName, RedissonClient redisson)
value
- objectannotation
- objectidFieldName
- name of fieldredisson
- instanceCopyright © 2014–2018 The Redisson Project. All rights reserved.