Package io.airlift.json
Class JsonCodecBinder
java.lang.Object
io.airlift.json.JsonCodecBinder
-
Method Summary
Modifier and TypeMethodDescriptionvoidbindJsonCodec(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 Details
-
jsonCodecBinder
-
bindJsonCodec
-
bindJsonCodec
public void bindJsonCodec(com.google.inject.TypeLiteral<?> type) -
bindListJsonCodec
-
bindListJsonCodec
-
bindMapJsonCodec
-
bindMapJsonCodec
-