See: Description
Interface | Description |
---|---|
HashMapper<T,K,V> |
Core mapping contract between Java types and Redis hashes/maps.
|
Class | Description |
---|---|
BeanUtilsHashMapper<T> |
HashMapper based on Apache Commons BeanUtils project.
|
DecoratingStringHashMapper<T> |
Delegating hash mapper used for flattening objects into Strings.
|
Jackson2HashMapper |
ObjectMapper based HashMapper implementation that allows flattening. |
ObjectHashMapper |
HashMapper based on MappingRedisConverter . |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.