Java com.google.gwt.inject.client.multibindings GinMapBinder fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.inject.client.multibindings GinMapBinder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.inject.client.multibindings GinMapBinder.

The text is from its open source code.

Method

GinLinkedBindingBuilderaddBinding(K key)
Returns a binding builder used to add a new entry in the map.
GinLinkedBindingBuilderaddBinding(Class> keyProvider)
Returns a binding builder used to add a new entry in the map using a key provider.
GinLinkedBindingBuilderaddBinding( TypeLiteral> keyProvider)
Returns a binding builder used to add a new entry in the map using a key provider.
GinMapBindernewMapBinder(GinBinder binder, TypeLiteral keyType, TypeLiteral valueType)
Returns a new mapbinder that collects entries of keyType / valueType in a Map that is itself bound with no binding annotation.
GinMapBindernewMapBinder(GinBinder binder, Class keyType, Class valueType)
Returns a new mapbinder that collects entries of keyType / valueType in a Map that is itself bound with no binding annotation.