Uses of Class
com.google.inject.assistedinject.FactoryProvider2.ThreadLocalProvider
-
Packages that use FactoryProvider2.ThreadLocalProvider Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
. -
-
Uses of FactoryProvider2.ThreadLocalProvider in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject with type parameters of type FactoryProvider2.ThreadLocalProvider Modifier and Type Field Description (package private) java.util.List<FactoryProvider2.ThreadLocalProvider>
FactoryProvider2.AssistData. providers
the list of optimized providers, empty if not optimized.Constructor parameters in com.google.inject.assistedinject with type arguments of type FactoryProvider2.ThreadLocalProvider Constructor Description AssistData(java.lang.reflect.Constructor<?> constructor, Key<?> returnType, com.google.common.collect.ImmutableList<Key<?>> paramTypes, TypeLiteral<?> implementationType, java.lang.reflect.Method factoryMethod, java.util.Set<Dependency<?>> dependencies, boolean optimized, java.util.List<FactoryProvider2.ThreadLocalProvider> providers)
-