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

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

Introduction

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

The text is from its open source code.

Constructor

Jackson2JsonRedisSerializer(Class type)
Creates a new Jackson2JsonRedisSerializer for the given target Class .
Jackson2JsonRedisSerializer(JavaType javaType)
Creates a new Jackson2JsonRedisSerializer for the given target JavaType .