Uses of Class
com.google.inject.internal.ConstructionContext
-
Packages that use ConstructionContext Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of ConstructionContext in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type ConstructionContext Modifier and Type Field Description private java.util.Map<java.lang.Object,ConstructionContext<?>>InternalContext. constructionContextsMethods in com.google.inject.internal that return ConstructionContext Modifier and Type Method Description (package private) <T> ConstructionContext<T>InternalContext. getConstructionContext(java.lang.Object key)Methods in com.google.inject.internal with parameters of type ConstructionContext Modifier and Type Method Description protected 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.
-