| Package | Description |
|---|---|
| com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar. |
| Modifier and Type | Field and Description |
|---|---|
(package private) Indexer.BindingType |
Indexer.IndexedBinding.type |
| Modifier and Type | Method and Description |
|---|---|
static Indexer.BindingType |
Indexer.BindingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Indexer.BindingType[] |
Indexer.BindingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IndexedBinding(Binding<?> binding,
Indexer.BindingType type,
java.lang.Object scope,
java.lang.Object extraEquality) |