Module spring.data.redis
Interface RedisTypeMapper
- All Superinterfaces:
TypeMapper<Bucket.BucketPropertyPath>
- All Known Implementing Classes:
DefaultRedisTypeMapper
Redis-specific
TypeMapper exposing that Bucket.BucketPropertyPaths might contain a type key.- Since:
- 2.1
- Author:
- Mark Paluch
- See Also:
-
Method Summary
Methods inherited from interface org.springframework.data.convert.TypeMapper
readType, readType, writeType, writeType
-
Method Details
-
isTypeKey
Returns whether the givenkeyis the type key.- Returns:
- true if the given
keyis the type key.
-