Searched refs:constructorInjectionPoint (Results 1 – 1 of 1) sorted by relevance
47 private final InjectionPoint constructorInjectionPoint; field in ConstructorBindingImpl56 InjectionPoint constructorInjectionPoint) { in ConstructorBindingImpl() argument59 this.constructorInjectionPoint = constructorInjectionPoint; in ConstructorBindingImpl()66 InjectionPoint constructorInjectionPoint, in ConstructorBindingImpl() argument71 new DefaultConstructionProxyFactory<T>(constructorInjectionPoint).create(); in ConstructorBindingImpl()72 this.constructorInjectionPoint = constructorInjectionPoint; in ConstructorBindingImpl()155 (ConstructorInjector<T>) injector.constructors.get(constructorInjectionPoint, errors); in initialize()169 return constructorInjectionPoint; in getInternalConstructor()177 builder.add(constructorInjectionPoint); in getInternalDependencies()183 constructorInjectionPoint.getDeclaringType())); in getInternalDependencies()[all …]