Class Hierarchy
- java.lang.Object
- org.springframework.data.redis.hash.BeanUtilsHashMapper<T> (implements org.springframework.data.redis.hash.HashMapper<T,
K, V>) - org.springframework.data.redis.hash.DecoratingStringHashMapper<T> (implements org.springframework.data.redis.hash.HashMapper<T,
K, V>) - org.springframework.data.redis.hash.Jackson2HashMapper (implements org.springframework.data.redis.hash.HashMapper<T,
K, V>) - org.springframework.data.redis.hash.ObjectHashMapper (implements org.springframework.data.redis.hash.HashMapper<T,
K, V>)
- org.springframework.data.redis.hash.BeanUtilsHashMapper<T> (implements org.springframework.data.redis.hash.HashMapper<T,
Interface Hierarchy
- org.springframework.data.redis.hash.HashMapper<T,
K, V>