Package | Description |
---|---|
com.google.gwt.inject.client | |
com.google.gwt.inject.client.binder | |
com.google.gwt.inject.client.multibindings |
Modifier and Type | Method and Description |
---|---|
protected <T> GinLinkedBindingBuilder<T> |
AbstractGinModule.bind(Key<T> key) |
protected <T> GinLinkedBindingBuilder<T> |
PrivateGinModule.bind(Key<T> key) |
Modifier and Type | Interface and Description |
---|---|
interface |
GinAnnotatedBindingBuilder<T>
See the EDSL examples at
GinBinder . |
Modifier and Type | Method and Description |
---|---|
GinLinkedBindingBuilder<T> |
GinAnnotatedBindingBuilder.annotatedWith(Annotation annotation)
See the EDSL examples at
GinBinder . |
GinLinkedBindingBuilder<T> |
GinAnnotatedBindingBuilder.annotatedWith(Class<? extends Annotation> annotation)
See the EDSL examples at
GinBinder . |
<T> GinLinkedBindingBuilder<T> |
GinBinder.bind(Key<T> key)
See the EDSL examples at
GinBinder |
Modifier and Type | Method and Description |
---|---|
GinLinkedBindingBuilder<T> |
GinMultibinder.addBinding()
Returns a binding builder used to add a new element in the set.
|
GinLinkedBindingBuilder<V> |
GinMapBinder.addBinding(Class<? extends javax.inject.Provider<? extends K>> keyProvider)
Returns a binding builder used to add a new entry in the map using a key provider.
|
GinLinkedBindingBuilder<V> |
GinMapBinder.addBinding(K key)
Returns a binding builder used to add a new entry in the map.
|
GinLinkedBindingBuilder<V> |
GinMapBinder.addBinding(TypeLiteral<? extends javax.inject.Provider<? extends K>> keyProvider)
Returns a binding builder used to add a new entry in the map using a key provider.
|
Copyright © 2008–2018. All rights reserved.