public interface RedisCodecResolver
RedisCodec for a CommandMethod.| Modifier and Type | Method and Description |
|---|---|
RedisCodec<?,?> |
resolve(CommandMethod commandMethod)
Resolve a
RedisCodec for the given CommandMethod. |
RedisCodec<?,?> resolve(CommandMethod commandMethod)
RedisCodec for the given CommandMethod.commandMethod - must not be null.RedisCodec or null if not resolvable.Copyright © 2020 lettuce.io. All rights reserved.