Module spring.data.redis
Class ReferenceResolverImpl
java.lang.Object
org.springframework.data.redis.core.convert.ReferenceResolverImpl
- All Implemented Interfaces:
ReferenceResolver
ReferenceResolver using RedisKeyValueAdapter to read raw data.- Since:
- 1.7
- Author:
- Christoph Strobl, Mark Paluch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<byte[],byte[]> resolveReference(Object id, String keyspace)
-
Constructor Details
-
ReferenceResolverImpl
- Parameters:
redisOperations- must not be null.
-
-
Method Details
-
resolveReference
- Specified by:
resolveReferencein interfaceReferenceResolver- Parameters:
id- must not be null.keyspace- must not be null.- Returns:
- null if referenced object does not exist.
-