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.java87 injectionPoints = e.getPartialValue(); in toInstance()
113 injectionPoints = e.getPartialValue(); in toProvider()
160 injectionPoints = e.getPartialValue(); in toConstructor()
DInjectionRequestProcessor.java58 injectionPoints = e.getPartialValue(); in visit()
103 injectionPoints = e.getPartialValue(); in validate()
DMembersInjectorStore.java96 injectionPoints = e.getPartialValue(); in createWithListeners()
/external/guice/core/src/com/google/inject/
DConfigurationException.java67 public <E> E getPartialValue() { in getPartialValue() method in ConfigurationException