Module lettuce.core

Class AnnotationRedisCodecResolver

java.lang.Object
io.lettuce.core.dynamic.codec.AnnotationRedisCodecResolver
All Implemented Interfaces:
RedisCodecResolver

public class AnnotationRedisCodecResolver
extends Object
implements RedisCodecResolver
Annotation-based RedisCodecResolver. Considers @Key and @Value annotations of method parameters to determine a RedisCodec that is able to handle all involved types.
Since:
5.0
Author:
Mark Paluch, Manyanda Chitimbo
See Also:
Key, Value