Searched defs:getExistingBinding (Results 1 – 3 of 3) sorted by relevance
153 <T> Binding<T> getExistingBinding(Key<T> key); in getExistingBinding() method
275 public <T> Binding<T> getExistingBinding(Key<T> key) { in getExistingBinding() method in InternalInjectorCreator.ToolStageInjector
171 public <T> BindingImpl<T> getExistingBinding(Key<T> key) { in getExistingBinding() method in InjectorImpl