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. constructionContexts
Methods 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 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.
-