Uses of Class
com.google.inject.internal.ConstructionContext
Packages that use ConstructionContext
-
Uses of ConstructionContext in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type ConstructionContextModifier and TypeFieldDescriptionprivate final IdentityHashMap
<Object, ConstructionContext<?>> InternalContext.constructionContexts
Methods in com.google.inject.internal that return ConstructionContextModifier and TypeMethodDescription(package private) <T> ConstructionContext
<T> InternalContext.getConstructionContext
(Object key) Methods in com.google.inject.internal with parameters of type ConstructionContextModifier and TypeMethodDescriptionprotected T
BoundProviderFactory.provision
(javax.inject.Provider<? extends T> provider, Dependency<?> dependency, ConstructionContext<T> constructionContext) private T
ConstructorInjector.provision
(InternalContext context, ConstructionContext<T> constructionContext) Provisions a new T.protected T
InternalFactoryToInitializableAdapter.provision
(javax.inject.Provider<? extends T> provider, Dependency<?> dependency, ConstructionContext<T> constructionContext) private T
InternalProviderInstanceBindingImpl.CyclicFactory.provision
(Dependency<?> dependency, InternalContext context, ConstructionContext<T> constructionContext) protected T
ProvidedByInternalFactory.provision
(javax.inject.Provider<? extends T> provider, Dependency<?> dependency, ConstructionContext<T> constructionContext) protected T
ProviderInternalFactory.provision
(javax.inject.Provider<? extends T> provider, Dependency<?> dependency, ConstructionContext<T> constructionContext) Provisions a new instance.