Interface RedisTypeMapper

All Superinterfaces:
TypeMapper<Bucket.BucketPropertyPath>
All Known Implementing Classes:
DefaultRedisTypeMapper

public interface RedisTypeMapper extends TypeMapper<Bucket.BucketPropertyPath>
Redis-specific TypeMapper exposing that Bucket.BucketPropertyPaths might contain a type key.
Since:
2.1
Author:
Mark Paluch
See Also:
  • Method Details

    • isTypeKey

      boolean isTypeKey(String key)
      Returns whether the given key is the type key.
      Returns:
      true if the given key is the type key.