Java org.springframework.data.redis.serializer GenericJackson2JsonRedisSerializer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.serializer GenericJackson2JsonRedisSerializer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.serializer GenericJackson2JsonRedisSerializer.

The text is from its open source code.

Constructor

GenericJackson2JsonRedisSerializer(@Nullable String classPropertyTypeName)
Creates GenericJackson2JsonRedisSerializer and configures ObjectMapper for default typing using the given name .
GenericJackson2JsonRedisSerializer(ObjectMapper mapper)
Setting a custom-configured ObjectMapper is one way to take further control of the JSON serialization process.
GenericJackson2JsonRedisSerializer()
Creates GenericJackson2JsonRedisSerializer and configures ObjectMapper for default typing.