|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HashMapper<T,K,V>
Core mapping contract between Java types and Redis hashes/maps. It's up to the implementation to support nested objects.
Method Summary | |
---|---|
T |
fromHash(Map<K,V> hash)
|
Map<K,V> |
toHash(T object)
|
Method Detail |
---|
Map<K,V> toHash(T object)
T fromHash(Map<K,V> hash)
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |