Class Bucket.BucketPropertyPath

java.lang.Object
org.springframework.data.redis.core.convert.Bucket.BucketPropertyPath
Enclosing class:
Bucket

public static class Bucket.BucketPropertyPath extends Object
Value object representing a path within a Bucket. Paths can be either top-level (if the prefix is null or empty) or nested with a given prefix.
Since:
2.1
Author:
Mark Paluch