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