Uses of Interface
org.springframework.data.redis.serializer.Jackson3ObjectReader
Packages that use Jackson3ObjectReader
Package
Description
Serialization/Deserialization package for converting Object to (and from) binary data.
-
Uses of Jackson3ObjectReader in org.springframework.data.redis.serializer
Methods in org.springframework.data.redis.serializer that return Jackson3ObjectReaderModifier and TypeMethodDescriptionstatic Jackson3ObjectReaderJackson3ObjectReader.create()Create a defaultJackson3ObjectReaderdelegating toObjectMapper.readValue(byte[], int, int, JavaType).Methods in org.springframework.data.redis.serializer with parameters of type Jackson3ObjectReaderModifier and TypeMethodDescriptionGenericJackson3JsonRedisSerializer.GenericJackson3JsonRedisSerializerBuilder.reader(Jackson3ObjectReader reader) Configures theJackson3ObjectReader.Constructors in org.springframework.data.redis.serializer with parameters of type Jackson3ObjectReaderModifierConstructorDescriptionprotectedGenericJackson3JsonRedisSerializer(tools.jackson.databind.ObjectMapper mapper, Jackson3ObjectReader reader, Jackson3ObjectWriter writer) Create aGenericJackson3JsonRedisSerializerwith a custom-configuredObjectMapperconsidering potential Object/-readerand-writer.Jackson3JsonRedisSerializer(tools.jackson.databind.ObjectMapper mapper, tools.jackson.databind.JavaType javaType, Jackson3ObjectReader reader, Jackson3ObjectWriter writer) Creates a newJackson3JsonRedisSerializerfor the given targetJavaType.