Uses of Interface
org.springframework.data.redis.core.convert.RedisTypeMapper
Package
Description
Converters for Redis repository support utilizing mapping metadata.
-
Uses of RedisTypeMapper in org.springframework.data.redis.core.convert
Modifier and TypeClassDescriptionclass
Default implementation ofRedisTypeMapper
allowing configuration of the key to lookup and store type information viaBucket.BucketPropertyPath
in buckets.ModifierConstructorDescriptionMappingRedisConverter
(RedisMappingContext mappingContext, IndexResolver indexResolver, ReferenceResolver referenceResolver, RedisTypeMapper typeMapper) Creates newMappingRedisConverter
and defaultsRedisMappingContext
when null.