Package io.dropwizard.redis.codec
Class ByteArrayCodecFactory
- java.lang.Object
-
- io.dropwizard.redis.codec.ByteArrayCodecFactory
-
- All Implemented Interfaces:
io.dropwizard.jackson.Discoverable,RedisCodecFactory<byte[],byte[]>
public class ByteArrayCodecFactory extends Object implements RedisCodecFactory<byte[],byte[]>
-
-
Constructor Summary
Constructors Constructor Description ByteArrayCodecFactory()
-
-
-
Method Detail
-
build
public io.lettuce.core.codec.RedisCodec<byte[],byte[]> build()
- Specified by:
buildin interfaceRedisCodecFactory<byte[],byte[]>
-
-