| Package | Description |
|---|---|
| com.google.inject.assistedinject |
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar. |
| Class and Description |
|---|
| Assisted
Annotates an injected parameter or field whose value comes from an argument to a factory method.
|
| AssistedConstructor
Internal respresentation of a constructor annotated with
AssistedInject |
| AssistedInjectBinding
A binding for a factory created by FactoryModuleBuilder.
|
| AssistedMethod
Details about how a method in an assisted inject factory will be assisted.
|
| BindingCollector
Utility class for collecting factory bindings.
|
| FactoryModuleBuilder
Provides a factory that combines the caller's arguments with injector-supplied values to
construct objects.
|
| FactoryProvider2.AssistData
All the data necessary to perform an assisted inject.
|
| FactoryProvider2.MethodHandleWrapper
Wrapper around MethodHandles/MethodHandle, so we can compile+run on java6.
|
| FactoryProvider2.ThreadLocalProvider |
| Parameter
Models a method or constructor parameter.
|
| ParameterListKey
A list of
TypeLiterals to match an injectable Constructor's assited
parameter types to the corresponding factory method. |