|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding | |
---|---|
com.google.inject | Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. |
Uses of Binding in com.google.inject |
---|
Methods in com.google.inject that return Binding | ||
---|---|---|
|
Injector.getBinding(Key<T> key)
Gets a binding for the given key. |
Methods in com.google.inject that return types with arguments of type Binding | ||
---|---|---|
|
Injector.findBindingsByType(TypeLiteral<T> type)
Finds all bindings to the given type. |
|
java.util.Map<Key<?>,Binding<?>> |
Injector.getBindings()
Gets all explicit bindings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |