Package io.airlift.json
Class JsonCodecBinder
- java.lang.Object
-
- io.airlift.json.JsonCodecBinder
-
public class JsonCodecBinder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindJsonCodec(com.google.inject.TypeLiteral<?> type)voidbindJsonCodec(Class<?> type)voidbindListJsonCodec(JsonCodec<?> type)voidbindListJsonCodec(Class<?> type)voidbindMapJsonCodec(Class<?> keyType, JsonCodec<?> valueType)voidbindMapJsonCodec(Class<?> keyType, Class<?> valueType)static JsonCodecBinderjsonCodecBinder(com.google.inject.Binder binder)
-
-
-
Method Detail
-
jsonCodecBinder
public static JsonCodecBinder jsonCodecBinder(com.google.inject.Binder binder)
-
bindJsonCodec
public void bindJsonCodec(Class<?> type)
-
bindJsonCodec
public void bindJsonCodec(com.google.inject.TypeLiteral<?> type)
-
bindListJsonCodec
public void bindListJsonCodec(Class<?> type)
-
bindListJsonCodec
public void bindListJsonCodec(JsonCodec<?> type)
-
-