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 Map<Object,ConstructionContext<?>> InternalContext.constructionContextsMethods 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 TBoundProviderFactory.provision(javax.inject.Provider<? extends T> provider, Dependency<?> dependency, ConstructionContext<T> constructionContext) private TConstructorInjector.provision(InternalContext context, ConstructionContext<T> constructionContext) Provisions a new T.protected TInternalFactoryToInitializableAdapter.provision(javax.inject.Provider<? extends T> provider, Dependency<?> dependency, ConstructionContext<T> constructionContext) private TInternalProviderInstanceBindingImpl.CyclicFactory.provision(Dependency<?> dependency, InternalContext context, ConstructionContext<T> constructionContext) protected TProvidedByInternalFactory.provision(javax.inject.Provider<? extends T> provider, Dependency<?> dependency, ConstructionContext<T> constructionContext) protected TProviderInternalFactory.provision(javax.inject.Provider<? extends T> provider, Dependency<?> dependency, ConstructionContext<T> constructionContext) Provisions a new instance.