Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DBindingBuilder.java92 injectionPoints = e.getPartialValue(); in toInstance()
121 injectionPoints = e.getPartialValue(); in toProvider()
175 injectionPoints = e.getPartialValue(); in toConstructor()
DInjectionRequestProcessor.java59 injectionPoints = e.getPartialValue(); in visit()
104 injectionPoints = e.getPartialValue(); in validate()
DMembersInjectorStore.java91 injectionPoints = e.getPartialValue(); in createWithListeners()
/external/guice/core/src/com/google/inject/
DConfigurationException.java68 public <E> E getPartialValue() { in getPartialValue() method in ConfigurationException