|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.data.keyvalue.riak.core.SimpleBucketKeyResolver
public class SimpleBucketKeyResolver
Field Summary | |
---|---|
protected Pattern |
bucketColonKey
|
Constructor Summary | |
---|---|
SimpleBucketKeyResolver()
|
Method Summary | ||
---|---|---|
|
canResolve(V o)
Can this resolver deal with the given object? |
|
|
resolve(V o)
Turn the given object into a BucketKeyPair. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Pattern bucketColonKey
Constructor Detail |
---|
public SimpleBucketKeyResolver()
Method Detail |
---|
public <V> boolean canResolve(V o)
BucketKeyResolver
canResolve
in interface BucketKeyResolver
public <B,K,V> BucketKeyPair<B,K> resolve(V o)
BucketKeyResolver
resolve
in interface BucketKeyResolver
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |