|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BucketKeyResolver
A generic interface to a resolver to turn a single object into a BucketKeyPair
.
Method Summary | ||
---|---|---|
|
canResolve(V o)
Can this resolver deal with the given object? |
|
|
resolve(V o)
Turn the given object into a BucketKeyPair. |
Method Detail |
---|
<V> boolean canResolve(V o)
V
- o
-
<B,K,V> BucketKeyPair<B,K> resolve(V o)
o
-
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |