Searched refs:forConstructorOf (Results 1 – 6 of 6) sorted by relevance
43 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Simple.class); in testSimpleCase()82 new ProxyFactory<Foo>(InjectionPoint.forConstructorOf(Foo.class), aspects).create(); in testInterceptOneMethod()84 new ProxyFactory<Bar>(InjectionPoint.forConstructorOf(Bar.class), aspects).create(); in testInterceptOneMethod()136 new ProxyFactory<A>(InjectionPoint.forConstructorOf(A.class), aspects); in testWithConstructorArguments()151 new ProxyFactory<A>(InjectionPoint.forConstructorOf(A.class), aspects); in testNotProxied()177 new ProxyFactory<Counter>(InjectionPoint.forConstructorOf(Counter.class), aspects); in testMultipleInterceptors()
240 public static InjectionPoint forConstructorOf(TypeLiteral<?> type) { in forConstructorOf() method in InjectionPoint305 public static InjectionPoint forConstructorOf(Class<?> type) { in forConstructorOf() method in InjectionPoint306 return forConstructorOf(TypeLiteral.get(type)); in forConstructorOf()
194 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Constructable.class); in testForConstructorOf()258 InjectionPoint constructor = InjectionPoint.forConstructorOf(type); in testAddForParameterizedInjections()
115 constructorInjector = InjectionPoint.forConstructorOf(key.getTypeLiteral()); in create()
528 (Constructor)InjectionPoint.forConstructorOf(Bacon.class).getMember()); in testTurkeyBaconProblemUsingToConstuctor()
552 return InjectionPoint.forConstructorOf(implementation); in findMatchingConstructorInjectionPoint()