Uses of Interface
redis.clients.jedis.json.JsonObjectMapper
Packages that use JsonObjectMapper
Package
Description
This package contains the classes and interfaces related to RedisJSON module.
-
Uses of JsonObjectMapper in redis.clients.jedis
Fields in redis.clients.jedis declared as JsonObjectMapperMethods in redis.clients.jedis that return JsonObjectMapperModifier and TypeMethodDescriptionprivate JsonObjectMapperCommandObjects.getJsonObjectMapper()Get the instance for JsonObjectMapper if not null, otherwise a new instance reference with default implementation will be created and returned.Methods in redis.clients.jedis with parameters of type JsonObjectMapperModifier and TypeMethodDescriptionvoidCommandObjects.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) voidMultiNodePipelineBase.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) voidPipeline.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) voidTransactionBase.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) voidUnifiedJedis.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) -
Uses of JsonObjectMapper in redis.clients.jedis.json
Classes in redis.clients.jedis.json that implement JsonObjectMapperModifier and TypeClassDescriptionclassUse the defaultGsonconfiguration for serialization and deserialization JSON operations.