Home
last modified time | relevance | path

Searched refs:withSource (Results 1 – 25 of 54) sorted by relevance

123

/external/guice/core/src/com/google/inject/util/
DModules.java186 …PrivateBinder privateBinder = baseBinder.newPrivateBinder().withSource(privateElements.getSource()… in configure()
188 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed); in configure()
249 PrivateBinder privateBinder = binder.withSource(privateElements.getSource()) in configure()
258 privateBinder.withSource(privateElements.getExposedSource(key)).expose(key); in configure()
303 binder.withSource(overideBinding.getSource()) in configure()
/external/guice/core/src/com/google/inject/internal/
DSingleFieldInjector.java50 errors = errors.withSource(dependency); in inject()
57 errors.withSource(injectionPoint).merge(e.getErrors()); in inject()
DFactoryProxy.java46 …targetFactory = injector.getInternalFactory(targetKey, errors.withSource(source), JitLimitation.NE… in notify()
56 return targetFactory.get(errors.withSource(targetKey), context, dependency, true); in get()
DBoundProviderFactory.java50 …providerFactory = injector.getInternalFactory(providerKey, errors.withSource(source), JitLimitatio… in notify()
60 errors = errors.withSource(providerKey); in get()
DPrivateElementsImpl.java115 PrivateBinder privateBinder = binder.withSource(source).newPrivateBinder(); in applyTo()
123 privateBinder.withSource(entry.getValue()).expose(entry.getKey()); in applyTo()
DInitializer.java140 return injector.membersInjectorStore.get(type, errors.withSource(source)); in validate()
175 errors.withSource(source), in get()
DInternalFactoryToProviderAdapter.java43 throw errors.withSource(source).errorInProvider(userException).toException(); in get()
DExposedKeyFactory.java45 errors.withSource(explicitBinding.getSource()).exposedButNotBound(key); in notify()
DAbstractProcessor.java55 this.errors = errorsAnyElement.withSource(element.getSource()); in process()
DSingleParameterInjector.java38 …return binding.getInternalFactory().get(errors.withSource(dependency), context, dependency, false); in inject()
DInternalFactoryToInitializableAdapter.java55 throw errors.withSource(source).errorInProvider(userException).toException(); in provision()
/external/guice/examples/src/example/xml/
DXmlBeanModule.java60 Binder sourced = originalBinder.withSource(xmlSource()); in start()
105 Binder sourced = originalBinder.withSource(xmlSource()); in start()
192 originalBinder.withSource(xmlSource()) in addBinding()
/external/guice/core/src/com/google/inject/
DPrivateBinder.java47 PrivateBinder withSource(Object source); in withSource() method
/external/guice/core/src/com/google/inject/spi/
DRequireExactBindingAnnotationsOption.java41 binder.withSource(getSource()).requireExactBindingAnnotations(); in applyTo()
DRequireExplicitBindingsOption.java41 binder.withSource(getSource()).requireExplicitBindings(); in applyTo()
DDisableCircularProxiesOption.java41 binder.withSource(getSource()).disableCircularProxies(); in applyTo()
DRequireAtInjectOnConstructorsOption.java42 binder.withSource(getSource()).requireAtInjectOnConstructors(); in applyTo()
DTypeListenerBinding.java65 binder.withSource(getSource()).bindListener(typeMatcher, listener); in applyTo()
DModuleAnnotatedMethodScannerBinding.java52 binder.withSource(getSource()).scanModulesForAnnotatedMethods(scanner); in applyTo()
DStaticInjectionRequest.java70 binder.withSource(getSource()).requestStaticInjection(type); in applyTo()
DScopeBinding.java65 binder.withSource(getSource()).bindScope(annotationType, scope); in applyTo()
DProvisionListenerBinding.java68 binder.withSource(getSource()).bindListener(bindingMatcher, in applyTo()
DInjectionRequest.java82 binder.withSource(getSource()).requestInjection(type, instance); in applyTo()
DTypeConverterBinding.java66 binder.withSource(getSource()).convertToTypes(typeMatcher, typeConverter); in applyTo()
DMembersInjectorLookup.java73 initializeDelegate(binder.withSource(getSource()).getMembersInjector(type)); in applyTo()

123