Uses of Class
org.jboss.weld.injection.ConstructorInjectionPoint
-
Packages that use ConstructorInjectionPoint Package Description org.jboss.weld.injection org.jboss.weld.injection.producer -
-
Uses of ConstructorInjectionPoint in org.jboss.weld.injection
Subclasses of ConstructorInjectionPoint in org.jboss.weld.injection Modifier and Type Class Description classProxyClassConstructorInjectionPointWrapper<T>A wrapper on aConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the original (e.g.Methods in org.jboss.weld.injection that return ConstructorInjectionPoint Modifier and Type Method Description <T> ConstructorInjectionPoint<T>InjectionPointFactory. createConstructorInjectionPoint(Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> constructor, BeanManagerImpl manager)<T> ConstructorInjectionPoint<T>InjectionPointFactory. createConstructorInjectionPoint(Bean<T> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager)Constructors in org.jboss.weld.injection with parameters of type ConstructorInjectionPoint Constructor Description ProxyClassConstructorInjectionPointWrapper(Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> weldConstructor, ConstructorInjectionPoint<T> originalConstructorInjectionPoint, BeanManagerImpl manager) -
Uses of ConstructorInjectionPoint in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return ConstructorInjectionPoint Modifier and Type Method Description abstract ConstructorInjectionPoint<T>AbstractInstantiator. getConstructorInjectionPoint()ConstructorInjectionPoint<T>DefaultInstantiator. getConstructorInjectionPoint()ConstructorInjectionPoint<T>SubclassedComponentInstantiator. getConstructorInjectionPoint()Note that this method return aConstructorInjectionPointthat represents the constructor of an enhanced subclass.Methods in org.jboss.weld.injection.producer with parameters of type ConstructorInjectionPoint Modifier and Type Method Description protected EnhancedAnnotatedConstructor<T>SubclassedComponentInstantiator. initEnhancedSubclass(BeanManagerImpl manager, EnhancedAnnotatedType<T> type, Bean<?> bean, ConstructorInjectionPoint<T> originalConstructorInjectionPoint)Constructors in org.jboss.weld.injection.producer with parameters of type ConstructorInjectionPoint Constructor Description SubclassedComponentInstantiator(EnhancedAnnotatedType<T> type, Bean<T> bean, ConstructorInjectionPoint<T> originalConstructor, BeanManagerImpl manager)
-