Interface RedisTypeMapper

All Superinterfaces:
org.springframework.data.convert.TypeMapper<Bucket.BucketPropertyPath>
All Known Implementing Classes:
DefaultRedisTypeMapper

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

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the given key is the type key.

    Methods inherited from interface org.springframework.data.convert.TypeMapper

    readType, readType, writeType, writeType
  • 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.