Searched refs:getDeclaringType (Results 1 – 9 of 9) sorted by relevance
98 : (Class) constructorInjector.getDeclaringType().getRawType(); in create()183 constructorInjectionPoint.getDeclaringType())); in getInternalDependencies()251 (TypeLiteral) constructor.getDeclaringType())); in applyTo()
74 injector.membersInjectorStore.get(injectionPoint.getDeclaringType(), errors); in createConstructor()
49 public TypeId<D> getDeclaringType() { in getDeclaringType() method in FieldId
53 public TypeId<D> getDeclaringType() { in getDeclaringType() method in MethodId
367 assertEquals(TypeLiteral.get(owner), dDep.getInjectionPoint().getDeclaringType()); in validateDependencies()371 assertEquals(TypeLiteral.get(owner), iDep.getInjectionPoint().getDeclaringType()); in validateDependencies()
137 …ode.getSort().isResolved() || !node.getRepresentative().asDefined().getDeclaringType().represents(… in isOverridden()
369 if (point.getDeclaringType().getRawType() == clazz) { in assertPoints()
1238 assertEquals(new TypeLiteral<A>() {}, injectionPoint.getDeclaringType()); in testBindToConstructor()
180 public TypeLiteral<?> getDeclaringType() { in getDeclaringType() method in InjectionPoint