Package io.airlift.drift.codec.guice
Class ThriftCodecBinder
java.lang.Object
io.airlift.drift.codec.guice.ThriftCodecBinder
-
Method Summary
Modifier and TypeMethodDescriptionvoidbindCustomThriftCodec(com.google.inject.Key<? extends ThriftCodec<?>> thriftCodecKey) voidbindCustomThriftCodec(com.google.inject.TypeLiteral<? extends ThriftCodec<?>> thriftCodecType) voidbindCustomThriftCodec(ThriftCodec<?> thriftCodec) voidbindCustomThriftCodec(Class<? extends ThriftCodec<?>> thriftCodecType) voidbindListThriftCodec(Class<?> type) voidbindMapThriftCodec(Class<?> keyType, Class<?> valueType) voidbindThriftCodec(com.google.inject.Key<?> key) voidbindThriftCodec(com.google.inject.TypeLiteral<?> type) voidbindThriftCodec(Class<?> type) static ThriftCodecBinderthriftCodecBinder(com.google.inject.Binder binder)
-
Method Details
-
thriftCodecBinder
-
bindCustomThriftCodec
-
bindCustomThriftCodec
-
bindCustomThriftCodec
public void bindCustomThriftCodec(com.google.inject.TypeLiteral<? extends ThriftCodec<?>> thriftCodecType) -
bindCustomThriftCodec
-
bindThriftCodec
-
bindThriftCodec
public void bindThriftCodec(com.google.inject.TypeLiteral<?> type) -
bindThriftCodec
public void bindThriftCodec(com.google.inject.Key<?> key) -
bindListThriftCodec
-
bindMapThriftCodec
-