Class JsonCodecBinder


  • public class JsonCodecBinder
    extends Object
    • 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)
      • bindMapJsonCodec

        public void bindMapJsonCodec​(Class<?> keyType,
                                     Class<?> valueType)
      • bindMapJsonCodec

        public void bindMapJsonCodec​(Class<?> keyType,
                                     JsonCodec<?> valueType)