| Package | Description |
|---|---|
| com.google.inject.assistedinject |
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar. |
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableMap<java.lang.reflect.Method,FactoryProvider2.AssistData> |
FactoryProvider2.assistDataByMethod
Mapping from method to the data about how the method will be assisted.
|
| Modifier and Type | Method and Description |
|---|---|
Binding<?> |
FactoryProvider2.getBindingFromNewInjector(java.lang.reflect.Method method,
java.lang.Object[] args,
FactoryProvider2.AssistData data)
Creates a child injector that binds the args, and returns the binding for the method's result.
|