Files
spring-data-redis/src/main/java/org/springframework/data/redis
John Blum f3de2d51dc Allow users to customize the internal ObjectMapper created by GenericJackson2JsonRedisSerializer.
We now allow the internally created Jackson ObjectMapper to be customized and further configured after construction of the GenericJackson2JsonRedisSerializer when a user does not explicitly provide a custom ObjectMapper during construction. Even when providing a custom ObjectMapper, not all configuration applied by the GenericJackson2JsonRedisSerialzier (such as (standard) type resolution) to the internal ObjectMapper would get applied to the user-provided ObjectMapper as well.

Closes #2601
2023-06-14 13:41:19 -07:00
..
2023-06-08 16:21:10 -07:00
2023-05-18 17:14:41 -07:00
2017-09-21 08:16:43 +02:00