Uses of Interface
org.springframework.data.redis.serializer.JacksonObjectReader
Packages that use JacksonObjectReader
Package
Description
Serialization/Deserialization package for converting Object to (and from) binary data.
-
Uses of JacksonObjectReader in org.springframework.data.redis.serializer
Methods in org.springframework.data.redis.serializer that return JacksonObjectReaderModifier and TypeMethodDescriptionstatic JacksonObjectReaderJacksonObjectReader.create()Create a defaultJacksonObjectReaderdelegating toObjectMapper.readValue(byte[], int, int, JavaType).Methods in org.springframework.data.redis.serializer with parameters of type JacksonObjectReaderModifier and TypeMethodDescriptionGenericJacksonJsonRedisSerializer.GenericJacksonJsonRedisSerializerBuilder.reader(JacksonObjectReader reader) Configures theJacksonObjectReader.Constructors in org.springframework.data.redis.serializer with parameters of type JacksonObjectReaderModifierConstructorDescriptionprotectedGenericJacksonJsonRedisSerializer(tools.jackson.databind.ObjectMapper mapper, JacksonObjectReader reader, JacksonObjectWriter writer) Create aGenericJacksonJsonRedisSerializerwith a custom-configuredObjectMapperconsidering potential Object/-readerand-writer.JacksonJsonRedisSerializer(tools.jackson.databind.ObjectMapper mapper, tools.jackson.databind.JavaType javaType, JacksonObjectReader reader, JacksonObjectWriter writer) Creates a newJacksonJsonRedisSerializerfor the given targetJavaType.