Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DDefaultConstructionProxyFactory.java36 private final InjectionPoint injectionPoint; field in DefaultConstructionProxyFactory
41 DefaultConstructionProxyFactory(InjectionPoint injectionPoint) { in DefaultConstructionProxyFactory()
DSingleMethodInjector.java33 private final InjectionPoint injectionPoint; field in SingleMethodInjector
35 SingleMethodInjector(InjectorImpl injector, InjectionPoint injectionPoint, Errors errors) in SingleMethodInjector()
DSingleFieldInjector.java30 final InjectionPoint injectionPoint; field in SingleFieldInjector
34 public SingleFieldInjector(InjectorImpl injector, InjectionPoint injectionPoint, Errors errors) in SingleFieldInjector()
DProxyFactory.java55 private final InjectionPoint injectionPoint; field in ProxyFactory
67 ProxyFactory(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects) { in ProxyFactory()
242 final InjectionPoint injectionPoint; field in ProxyFactory.ProxyConstructor
250 ProxyConstructor(Enhancer enhancer, InjectionPoint injectionPoint, Callback[] callbacks, in ProxyConstructor()
DConstructorInjectorStore.java66 private <T> ConstructorInjector<T> createConstructor(InjectionPoint injectionPoint, Errors errors) in createConstructor()
DInjectorShell.java264 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.java41 private final InjectionPoint injectionPoint; field in Dependency
46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency()
DModuleAnnotatedMethodScanner.java53 InjectionPoint injectionPoint); in prepareMethod()
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java63 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, fooField, false); in testFieldInjectionPoint() local
86 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, barMethod, false); in testMethodInjectionPoint() local
110 InjectionPoint injectionPoint = new InjectionPoint(typeLiteral, constructor); in testConstructorInjectionPoint() local
145 InjectionPoint injectionPoint = InjectionPoint.forConstructor(constructor, hashSet); in testForConstructor() local
168 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Constructable.class); in testForConstructorOf() local
DModuleAnnotatedMethodScannerTest.java159 InjectionPoint injectionPoint) { in prepareMethod()
/external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
DDaggerMethodScanner.java46 Binder binder, Annotation rawAnnotation, Key<T> key, InjectionPoint injectionPoint) { in prepareMethod()
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java48 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Simple.class); in testSimpleCase() local
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java726 InjectionPoint injectionPoint) { in prepareMethod()