Uses of Class
com.google.inject.assistedinject.FactoryProvider2.SuperMethodLookup
-
Packages that use FactoryProvider2.SuperMethodLookup Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
. -
-
Uses of FactoryProvider2.SuperMethodLookup in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject declared as FactoryProvider2.SuperMethodLookup Modifier and Type Field Description private static FactoryProvider2.SuperMethodLookup
FactoryProvider2.SuperMethodSupport. METHOD_LOOKUP
Methods in com.google.inject.assistedinject that return FactoryProvider2.SuperMethodLookup Modifier and Type Method 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.Methods in com.google.inject.assistedinject with parameters of type FactoryProvider2.SuperMethodLookup Modifier and Type Method 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)
-