Interface HashMapper<T,K,V>
- Type Parameters:
T- Object typeK- Redis Hash field typeV- Redis Hash value type
- All Known Implementing Classes:
BeanUtilsHashMapper, DecoratingStringHashMapper, Jackson2HashMapper, JacksonHashMapper, ObjectHashMapper
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.
- Author:
- Costin Leau, Mark Paluch
-
Method Summary
-
Method Details
-
toHash
-
fromHash
-