Home
last modified time | relevance | path

Searched defs:injectionPoint (Results 1 – 19 of 19) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DDefaultConstructionProxyFactory.java35 private final InjectionPoint injectionPoint; field in DefaultConstructionProxyFactory
38 DefaultConstructionProxyFactory(InjectionPoint injectionPoint) { in DefaultConstructionProxyFactory()
69 final InjectionPoint injectionPoint; field in DefaultConstructionProxyFactory.FastClassProxy
75 InjectionPoint injectionPoint, in FastClassProxy()
112 final InjectionPoint injectionPoint; field in DefaultConstructionProxyFactory.ReflectiveProxy
114 ReflectiveProxy(InjectionPoint injectionPoint, Constructor<T> constructor) { in ReflectiveProxy()
DSingleMethodInjector.java29 private final InjectionPoint injectionPoint; field in SingleMethodInjector
31 SingleMethodInjector(InjectorImpl injector, InjectionPoint injectionPoint, Errors errors) in SingleMethodInjector()
DSingleFieldInjector.java27 final InjectionPoint injectionPoint; field in SingleFieldInjector
31 public SingleFieldInjector(InjectorImpl injector, InjectionPoint injectionPoint, Errors errors) in SingleFieldInjector()
DProxyFactory.java51 private final InjectionPoint injectionPoint; field in ProxyFactory
63 ProxyFactory(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects) { in ProxyFactory()
239 final InjectionPoint injectionPoint; field in ProxyFactory.ProxyConstructor
250 InjectionPoint injectionPoint, in ProxyConstructor()
DConstructorInjectorStore.java64 private <T> ConstructorInjector<T> createConstructor(InjectionPoint injectionPoint, Errors errors) in createConstructor()
DMessages.java227 InjectionPoint injectionPoint = dependency.getInjectionPoint(); in formatSource() local
261 InjectionPoint injectionPoint, in formatInjectionPoint()
DProvidesMethodScanner.java58 Binder binder, Annotation annotation, Key<T> key, InjectionPoint injectionPoint) { in prepareMethod()
DInjectorShell.java278 InjectionPoint injectionPoint = dependency.getInjectionPoint(); in get() local
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DDependencyEdge.java34 private final InjectionPoint injectionPoint; field in DependencyEdge
36 public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint) { in DependencyEdge()
DDefaultNodeCreator.java84 InjectionPoint injectionPoint = dependency.getInjectionPoint(); in newInstanceNode() local
/external/guice/core/src/com/google/inject/spi/
DDependency.java40 private final InjectionPoint injectionPoint; field in Dependency
45 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency()
DModuleAnnotatedMethodScanner.java52 Binder binder, Annotation annotation, Key<T> key, InjectionPoint injectionPoint); in prepareMethod()
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java63 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, fooField, false); in testFieldInjectionPoint() local
92 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, barMethod, false); in testMethodInjectionPoint() local
122 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, constructor); in testConstructorInjectionPoint() local
165 InjectionPoint injectionPoint = InjectionPoint.forConstructor(constructor, hashSet); in testForConstructor() local
194 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Constructable.class); in testForConstructorOf() local
DModuleAnnotatedMethodScannerTest.java188 Binder binder, Annotation annotation, Key<T> key, InjectionPoint injectionPoint) { in prepareMethod()
/external/guice/core/src/com/google/inject/multibindings/
DMultibindingsScanner.java70 Binder binder, Annotation annotation, Key<T> key, InjectionPoint injectionPoint) { in scanner()
/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
DDaggerMethodScanner.java51 Binder binder, Annotation rawAnnotation, Key<T> key, InjectionPoint injectionPoint) { in prepareMethod()
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java43 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Simple.class); in testSimpleCase() local
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java851 Binder binder, Annotation annotation, Key<T> key, InjectionPoint injectionPoint) { in prepareMethod()
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...