Uses of Class
org.jboss.weld.injection.ConstructorInjectionPoint
Packages that use ConstructorInjectionPoint
-
Uses of ConstructorInjectionPoint in org.jboss.weld.injection
Subclasses of ConstructorInjectionPoint in org.jboss.weld.injectionModifier and TypeClassDescriptionclassA wrapper on aConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the original (e.g. because the original is an abstractDecorator)Methods in org.jboss.weld.injection that return ConstructorInjectionPointModifier and TypeMethodDescription<T> ConstructorInjectionPoint<T>InjectionPointFactory.createConstructorInjectionPoint(jakarta.enterprise.inject.spi.Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> constructor, BeanManagerImpl manager) <T> ConstructorInjectionPoint<T>InjectionPointFactory.createConstructorInjectionPoint(jakarta.enterprise.inject.spi.Bean<T> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager) Constructors in org.jboss.weld.injection with parameters of type ConstructorInjectionPointModifierConstructorDescriptionProxyClassConstructorInjectionPointWrapper(jakarta.enterprise.inject.spi.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 ConstructorInjectionPointModifier and TypeMethodDescriptionabstract ConstructorInjectionPoint<T>AbstractInstantiator.getConstructorInjectionPoint()DefaultInstantiator.getConstructorInjectionPoint()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 ConstructorInjectionPointModifier and TypeMethodDescriptionprotected EnhancedAnnotatedConstructor<T>SubclassedComponentInstantiator.initEnhancedSubclass(BeanManagerImpl manager, EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<?> bean, ConstructorInjectionPoint<T> originalConstructorInjectionPoint) Constructors in org.jboss.weld.injection.producer with parameters of type ConstructorInjectionPointModifierConstructorDescriptionprotectedSubclassedComponentInstantiator(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, ConstructorInjectionPoint<T> originalConstructor, BeanManagerImpl manager)