- All Known Implementing Classes:
AnnotationRedisCodecResolver
public interface RedisCodecResolver
Strategy interface to resolve a
RedisCodec for a CommandMethod.- Since:
- 5.0
- Author:
- Mark Paluch
-
Method Summary
Modifier and Type Method Description RedisCodec<?,?>resolve(CommandMethod commandMethod)Resolve aRedisCodecfor the givenCommandMethod.
-
Method Details
-
resolve
Resolve aRedisCodecfor the givenCommandMethod.- Parameters:
commandMethod- must not benull.- Returns:
- the resolved
RedisCodecornullif not resolvable.
-