Searched refs:forConstructorOf (Results 1 – 7 of 7) sorted by relevance
48 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Simple.class); in testSimpleCase()85 = new ProxyFactory<Foo>(InjectionPoint.forConstructorOf(Foo.class), aspects).create(); in testInterceptOneMethod()87 = new ProxyFactory<Bar>(InjectionPoint.forConstructorOf(Bar.class), aspects).create(); in testInterceptOneMethod()137 = new ProxyFactory<A>(InjectionPoint.forConstructorOf(A.class), aspects); in testWithConstructorArguments()152 = new ProxyFactory<A>(InjectionPoint.forConstructorOf(A.class), aspects); in testNotProxied()175 = 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()
168 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Constructable.class); in testForConstructorOf()205 InjectionPoint constructor = InjectionPoint.forConstructorOf(type); in testAddForParameterizedInjections()
99 constructorInjector = InjectionPoint.forConstructorOf(key.getTypeLiteral()); in create()
473 (Constructor)InjectionPoint.forConstructorOf(Bacon.class).getMember()); in testTurkeyBaconProblemUsingToConstuctor()
509 return InjectionPoint.forConstructorOf(implementation); in findMatchingConstructorInjectionPoint()
META-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...