Searched refs:forConstructor (Results 1 – 5 of 5) sorted by relevance
145 InjectionPoint injectionPoint = InjectionPoint.forConstructor(constructor, hashSet); in testForConstructor()151 InjectionPoint.forConstructor(constructor, new TypeLiteral<LinkedHashSet<String>>() {}); in testForConstructor()159 InjectionPoint.forConstructor((Constructor) constructor, new TypeLiteral<Set<String>>() {}); in testForConstructor()
139 InjectionPoint.forConstructor(A.class.getConstructor(String.class)))); in testLinkedAndInstanceBindings()163 InjectionPoint.forConstructor(A2.class.getConstructor(Provider.class))), in testProviderBindings()
164 InjectionPoint constructorPoint = InjectionPoint.forConstructor(constructor, type); in toConstructor()
208 public static <T> InjectionPoint forConstructor(Constructor<T> constructor) { in forConstructor() method in InjectionPoint220 public static <T> InjectionPoint forConstructor( in forConstructor() method in InjectionPoint
519 InjectionPoint ip = InjectionPoint.forConstructor( in findMatchingConstructorInjectionPoint()