Uses of Class
org.springframework.data.redis.core.convert.Bucket
Packages that use Bucket
Package
Description
Converters for Redis repository support utilizing mapping metadata.
-
Uses of Bucket in org.springframework.data.redis.core.convert
Methods in org.springframework.data.redis.core.convert that return BucketModifier and TypeMethodDescriptionExtracts a bucket containing key/value pairs with theprefix.Bucket.BucketPropertyPath.getBucket()RedisData.getBucket()static BucketBucket.newBucketFromRawMap(Map<byte[], byte[]> source) Creates a new Bucket from a given raw map.static BucketBucket.newBucketFromStringMap(Map<String, String> source) Creates a new Bucket from a givenStringmap.Methods in org.springframework.data.redis.core.convert with parameters of type BucketModifier and TypeMethodDescriptionstatic Bucket.BucketPropertyPathCreates a top-levelBucket.BucketPropertyPathgivenBucket.static Bucket.BucketPropertyPathConstructors in org.springframework.data.redis.core.convert with parameters of type Bucket