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 static FactoryProvider2.SuperMethodLookup |
FactoryProvider2.SuperMethodSupport.METHOD_LOOKUP |
Modifier and Type | Method and Description |
---|---|
static FactoryProvider2.SuperMethodLookup |
FactoryProvider2.SuperMethodLookup.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FactoryProvider2.SuperMethodLookup[] |
FactoryProvider2.SuperMethodLookup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.invoke.MethodHandle |
FactoryProvider2.superMethodHandle(FactoryProvider2.SuperMethodLookup strategy,
java.lang.reflect.Method method,
java.lang.Object proxy,
java.lang.invoke.MethodHandles.Lookup userLookups) |