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 java.util.Map<java.lang.reflect.Method,AssistedConstructor<?>> |
FactoryProvider.factoryMethodToConstructor
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> AssistedConstructor<T> |
AssistedConstructor.create(java.lang.reflect.Constructor<T> constructor,
java.util.List<TypeLiteral<?>> parameterTypes) |
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.reflect.Method,AssistedConstructor<?>> |
FactoryProvider.createMethodMapping(TypeLiteral<?> factoryType,
TypeLiteral<?> implementationType)
Deprecated.
|
Constructor and Description |
---|
FactoryProvider(TypeLiteral<F> factoryType,
TypeLiteral<?> implementationType,
java.util.Map<java.lang.reflect.Method,AssistedConstructor<?>> factoryMethodToConstructor)
Deprecated.
|