Home | History | Annotate | Download | only in inject

Lines Matching refs:injector

37    * One instance per {@link Injector}. Also see {@code @}{@link Singleton}.
43 * Injector obtains an instance of an object with "no scope", it injects this
84 * com.google.inject.spi.LinkedKeyBinding linked key binding} and belongs to an injector (ie. it
85 * was retrieved via {@link Injector#getBinding Injector.getBinding()}), then this method will
99 Injector injector = linkedBinding.getInjector();
100 if (injector != null) {
101 binding = injector.getBinding(linkedBinding.getLinkedKey());
106 Injector injector = exposedBinding.getPrivateElements().getInjector();
107 if (injector != null) {
108 binding = injector.getBinding(exposedBinding.getKey());
120 * com.google.inject.spi.LinkedKeyBinding linked key binding} and belongs to an injector (ie. it
121 * was retrieved via {@link Injector#getBinding Injector.getBinding()}), then this method will
156 Injector injector = linkedBinding.getInjector();
157 if (injector != null) {
158 binding = injector.getBinding(linkedBinding.getLinkedKey());
163 Injector injector = exposedBinding.getPrivateElements().getInjector();
164 if (injector != null) {
165 binding = injector.getBinding(exposedBinding.getKey());