public class JsonCodecBinder extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
bindJsonCodec(Class<?> type) |
void |
bindJsonCodec(com.google.inject.TypeLiteral<?> type) |
void |
bindListJsonCodec(Class<?> type) |
void |
bindListJsonCodec(JsonCodec<?> type) |
void |
bindMapJsonCodec(Class<?> keyType,
Class<?> valueType) |
void |
bindMapJsonCodec(Class<?> keyType,
JsonCodec<?> valueType) |
static JsonCodecBinder |
jsonCodecBinder(com.google.inject.Binder binder) |
public static JsonCodecBinder jsonCodecBinder(com.google.inject.Binder binder)
public void bindJsonCodec(Class<?> type)
public void bindJsonCodec(com.google.inject.TypeLiteral<?> type)
public void bindListJsonCodec(Class<?> type)
public void bindListJsonCodec(JsonCodec<?> type)
Copyright © 2010-2015 Airlift. All Rights Reserved.