Uses of Interface
org.springframework.data.redis.core.convert.RedisTypeMapper
Packages that use RedisTypeMapper
Package
Description
Converters for Redis repository support utilizing mapping metadata.
-
Uses of RedisTypeMapper in org.springframework.data.redis.core.convert
Classes in org.springframework.data.redis.core.convert that implement RedisTypeMapperModifier and TypeClassDescriptionclassDefault implementation ofRedisTypeMapperallowing configuration of the key to lookup and store type information viaBucket.BucketPropertyPathin buckets.Constructors in org.springframework.data.redis.core.convert with parameters of type RedisTypeMapperModifierConstructorDescriptionMappingRedisConverter(RedisMappingContext mappingContext, IndexResolver indexResolver, ReferenceResolver referenceResolver, RedisTypeMapper typeMapper) Creates newMappingRedisConverterand defaultsRedisMappingContextwhen null.