Package org.springframework.data.redis.core.convert
@NonNullApi
@NonNullFields
package org.springframework.data.redis.core.convert
Converters for Redis repository support utilizing mapping metadata.
-
ClassDescriptionBucket is the data bag for Redis hash structures to be used with
RedisData.Value object representing a path within aBucket.CompositeIndexResolverimplementation that iterates over a given collection of delegateIndexResolverinstances.Default implementation ofRedisTypeMapperallowing configuration of the key to lookup and store type information viaBucket.BucketPropertyPathin buckets.IndexedDataimplementation indicating storage of data within a Redis GEO structure.IndexedDatarepresents a secondary index for a property path in a given keyspace.IndexResolverextracts secondary index structures to be applied on a given path,PersistentPropertyand value.Helper class to register JSR-310 specificConverterimplementations in case the we're running on Java 8.KeyspaceConfigurationallows programmatic setup of keyspaces and time to live options for certain types.MappingConfigurationis used for programmatic configuration of secondary indexes, key prefixes, expirations and the such.RedisConverterimplementation creating flat binary map structure out of a given domain type.Value object representing a binary Redis Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.Value object representing a Redis Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.IndexResolverimplementation considering properties annotated withIndexedor paths set up inIndexConfiguration.Redis specificEntityConverter.Value object to capture custom conversion.Data object holdingBucketrepresenting the domain object to be stored in a Redis hash.Redis-specificTypeMapperexposing thatBucket.BucketPropertyPaths might contain a type key.ReferenceResolverretrieves Objects marked withReferencefrom Redis.ReferenceResolverusingRedisKeyValueAdapterto read raw data.RemoveIndexedDatarepresents a removed index entry from a secondary index for a property path in a given keyspace.IndexedDataimplementation indicating storage of data within a Redis Set.