Package | Description |
---|---|
org.springframework.data.redis.hash |
Dedicated support package for Redis hashes.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanUtilsHashMapper<T>
HashMapper based on Apache Commons BeanUtils project.
|
class |
DecoratingStringHashMapper<T>
Delegating hash mapper used for flattening objects into Strings.
|
class |
Jackson2HashMapper
ObjectMapper based HashMapper implementation that allows flattening. |
class |
JacksonHashMapper<T>
Deprecated.
since 1.7. Will be removed in subsequent version.
|
class |
ObjectHashMapper
HashMapper based on MappingRedisConverter . |
Constructor and Description |
---|
DecoratingStringHashMapper(HashMapper<T,?,?> mapper) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.