Searched refs:forInstanceMethodsAndFields (Results 1 – 8 of 8) sorted by relevance
205 InjectionPoint.forInstanceMethodsAndFields(HasInjections.class); in testAddForInstanceMethodsAndFields()262 InjectionPoint field = getOnlyElement(InjectionPoint.forInstanceMethodsAndFields(type)); in testAddForParameterizedInjections()302 points = InjectionPoint.forInstanceMethodsAndFields(Super.class); in testOverrideBehavior()314 points = InjectionPoint.forInstanceMethodsAndFields(Sub.class); in testOverrideBehavior()329 points = InjectionPoint.forInstanceMethodsAndFields(SubSub.class); in testOverrideBehavior()354 points = InjectionPoint.forInstanceMethodsAndFields(RestrictedSuper.class); in testSyntheticBridgeMethodsInSubclasses()359 points = InjectionPoint.forInstanceMethodsAndFields(ExposedSub.class); in testSyntheticBridgeMethodsInSubclasses()
89 injectionPoints = InjectionPoint.forInstanceMethodsAndFields(instance.getClass()); in toInstance()118 injectionPoints = InjectionPoint.forInstanceMethodsAndFields(provider.getClass()); in toProvider()172 injectionPoints = InjectionPoint.forInstanceMethodsAndFields(type); in toConstructor()
88 injectionPoints = InjectionPoint.forInstanceMethodsAndFields(type); in createWithListeners()
182 InjectionPoint.forInstanceMethodsAndFields( in getInternalDependencies()
75 return InjectionPoint.forInstanceMethodsAndFields(instance.getClass()); in getInjectionPoints()
376 public static Set<InjectionPoint> forInstanceMethodsAndFields(TypeLiteral<?> type) { in forInstanceMethodsAndFields() method in InjectionPoint396 public static Set<InjectionPoint> forInstanceMethodsAndFields(Class<?> type) { in forInstanceMethodsAndFields() method in InjectionPoint397 return forInstanceMethodsAndFields(TypeLiteral.get(type)); in forInstanceMethodsAndFields()
99 InjectionPoint.forInstanceMethodsAndFields(provider.getClass()); in guicify()
615 for (InjectionPoint ip : InjectionPoint.forInstanceMethodsAndFields(implementation)) { in getDependencies()