| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders | |
| redis.clients.jedis.json |
This package contains the classes and interfaces related to RedisJSON module.
|
| Modifier and Type | Method and Description |
|---|---|
default JsonObjectMapper |
JedisClientConfig.getJsonObjectMapper()
Optional JSON object mapper used by RedisJSON commands.
|
JsonObjectMapper |
DefaultJedisClientConfig.getJsonObjectMapper() |
| Modifier and Type | Method and Description |
|---|---|
DefaultJedisClientConfig.Builder |
DefaultJedisClientConfig.Builder.jsonObjectMapper(JsonObjectMapper jsonObjectMapper)
Sets a custom JSON object mapper used by RedisJSON commands.
|
void |
PipeliningBase.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) |
void |
UnifiedJedis.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) |
void |
CommandObjects.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) |
| Modifier and Type | Field and Description |
|---|---|
protected JsonObjectMapper |
AbstractClientBuilder.jsonObjectMapper
Deprecated.
This field is deprecated and should be set on JedisClientConfig instead.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractClientBuilder.jsonObjectMapper(JsonObjectMapper jsonObjectMapper)
Deprecated.
use
DefaultJedisClientConfig.Builder#jsonObjectMapper(JsonObjectMapper) on
the JedisClientConfig passed via AbstractClientBuilder.clientConfig(JedisClientConfig).
When this setter is used it is folded into the resulting client config at
AbstractClientBuilder.build() time. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGsonObjectMapper
Use the default
Gson configuration for serialization and deserialization JSON
operations. |
Copyright © 2026. All rights reserved.