See: Description
Interface | Description |
---|---|
HashMapper<T,K,V> |
Core mapping contract between Java types and Redis hashes/maps.
|
HashObjectReader<K,V> |
Core mapping contract to materialize an object using particular Java class from a Redis Hash.
|
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–2023 Pivotal Software, Inc.. All rights reserved.