Uses of Class
org.springframework.data.redis.core.convert.Bucket.BucketPropertyPath
Packages that use Bucket.BucketPropertyPath
Package
Description
Converters for Redis repository support utilizing mapping metadata.
-
Uses of Bucket.BucketPropertyPath in org.springframework.data.redis.core.convert
Subclasses with type arguments of type Bucket.BucketPropertyPath in org.springframework.data.redis.core.convertModifier and TypeClassDescriptionclassDefault implementation ofRedisTypeMapperallowing configuration of the key to lookup and store type information viaBucket.BucketPropertyPathin buckets.Subinterfaces with type arguments of type Bucket.BucketPropertyPath in org.springframework.data.redis.core.convertModifier and TypeInterfaceDescriptioninterfaceRedis-specificTypeMapperexposing thatBucket.BucketPropertyPaths might contain a type key.Methods in org.springframework.data.redis.core.convert that return Bucket.BucketPropertyPathModifier and TypeMethodDescriptionstatic Bucket.BucketPropertyPathCreates a top-levelBucket.BucketPropertyPathgivenBucket.static Bucket.BucketPropertyPathBucket.getPath()Get theBucket.BucketPropertyPathleading to the currentBucket.Bucket.getPropertyPath(String property) Get theBucket.BucketPropertyPathfor a given property within the currentBucket.