Home
last modified time | relevance | path

Searched refs:getConstructionContext (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DProviderInternalFactory.java44 final ConstructionContext<T> constructionContext = context.getConstructionContext(this); in circularGet()
DConstructorInjector.java67 final ConstructionContext<T> constructionContext = context.getConstructionContext(this); in construct()
DInternalContext.java92 <T> ConstructionContext<T> getConstructionContext(Object key) { in getConstructionContext() method in InternalContext
DInternalProviderInstanceBindingImpl.java149 final ConstructionContext<T> constructionContext = context.getConstructionContext(this);