Uses of Class
com.google.inject.assistedinject.FactoryProvider2.ThreadLocalProvider
Packages that use FactoryProvider2.ThreadLocalProvider
Package
Description
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar
.-
Uses of FactoryProvider2.ThreadLocalProvider in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject with type parameters of type FactoryProvider2.ThreadLocalProviderModifier and TypeFieldDescription(package private) final 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.ThreadLocalProviderModifierConstructorDescription(package private)
AssistData
(Constructor<?> constructor, Key<?> returnType, com.google.common.collect.ImmutableList<Key<?>> paramTypes, TypeLiteral<?> implementationType, Method factoryMethod, Set<Dependency<?>> dependencies, boolean optimized, List<FactoryProvider2.ThreadLocalProvider> providers)