|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkedBindingBuilder | |
|---|---|
| com.google.inject | Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. |
| com.google.inject.binder | Interfaces which make up Binder's
expression language. |
| com.google.inject.internal | Guice (sounds like like "juice") |
| com.google.inject.multibindings | Extension for binding multiple instances in a collection; this extension requires guice-multibindings-3.0.jar. |
| Uses of LinkedBindingBuilder in com.google.inject |
|---|
| Methods in com.google.inject that return LinkedBindingBuilder | ||
|---|---|---|
|
Binder.bind(Key<T> key)
See the EDSL examples at Binder. |
|
protected
|
PrivateModule.bind(Key<T> key)
|
|
protected
|
AbstractModule.bind(Key<T> key)
|
|
| Uses of LinkedBindingBuilder in com.google.inject.binder |
|---|
| Subinterfaces of LinkedBindingBuilder in com.google.inject.binder | |
|---|---|
interface |
AnnotatedBindingBuilder<T>
See the EDSL examples at Binder. |
| Methods in com.google.inject.binder that return LinkedBindingBuilder | |
|---|---|
LinkedBindingBuilder<T> |
AnnotatedBindingBuilder.annotatedWith(java.lang.annotation.Annotation annotation)
See the EDSL examples at Binder. |
LinkedBindingBuilder<T> |
AnnotatedBindingBuilder.annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
See the EDSL examples at Binder. |
| Uses of LinkedBindingBuilder in com.google.inject.internal |
|---|
| Classes in com.google.inject.internal that implement LinkedBindingBuilder | |
|---|---|
class |
BindingBuilder<T>
Bind a non-constant key. |
| Uses of LinkedBindingBuilder in com.google.inject.multibindings |
|---|
| Methods in com.google.inject.multibindings that return LinkedBindingBuilder | |
|---|---|
abstract LinkedBindingBuilder<T> |
Multibinder.addBinding()
Returns a binding builder used to add a new element in the set. |
abstract LinkedBindingBuilder<V> |
MapBinder.addBinding(K key)
Returns a binding builder used to add a new entry in the map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||