Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedConstructor
Packages that use EnhancedAnnotatedConstructor
Package
Description
-
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.annotated.enhanced
Methods in org.jboss.weld.annotated.enhanced that return EnhancedAnnotatedConstructorModifier and TypeMethodDescriptionEnhancedAnnotatedType.getDeclaredEnhancedConstructor(ConstructorSignature signature) Get the constructor which matches the argument list providedEnhancedAnnotatedType.getNoArgsEnhancedConstructor()Gets the no-args constructorMethods in org.jboss.weld.annotated.enhanced that return types with arguments of type EnhancedAnnotatedConstructorModifier and TypeMethodDescriptionEnhancedAnnotatedType.getEnhancedConstructors()Gets all constructorsEnhancedAnnotatedType.getEnhancedConstructors(Class<? extends Annotation> annotationType) Gets all constructors which are annotated with annotationType -
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotatedConstructorModifier and TypeClassDescriptionclassRepresents an annotated constructorMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotatedConstructorModifier and TypeMethodDescriptionEnhancedAnnotatedTypeImpl.getDeclaredEnhancedConstructor(ConstructorSignature signature) EnhancedAnnotatedTypeImpl.getNoArgsEnhancedConstructor()static <T> EnhancedAnnotatedConstructor<T>EnhancedAnnotatedConstructorImpl.of(jakarta.enterprise.inject.spi.AnnotatedConstructor<T> annotatedConstructor, EnhancedAnnotatedType<T> declaringClass, ClassTransformer classTransformer) Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type EnhancedAnnotatedConstructorModifier and TypeMethodDescriptionEnhancedAnnotatedTypeImpl.getEnhancedConstructors()EnhancedAnnotatedTypeImpl.getEnhancedConstructors(Class<? extends Annotation> annotationType) Gets constructors with given annotation typeConstructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type EnhancedAnnotatedConstructor -
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type EnhancedAnnotatedConstructorModifier and TypeMethodDescription<T> ConstructorInjectionPoint<T>InjectionPointFactory.createConstructorInjectionPoint(jakarta.enterprise.inject.spi.Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> constructor, BeanManagerImpl manager) Constructors in org.jboss.weld.injection with parameters of type EnhancedAnnotatedConstructorModifierConstructorDescriptionprotectedConstructorInjectionPoint(EnhancedAnnotatedConstructor<T> constructor, jakarta.enterprise.inject.spi.Bean<T> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager) ProxyClassConstructorInjectionPointWrapper(jakarta.enterprise.inject.spi.Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> weldConstructor, ConstructorInjectionPoint<T> originalConstructorInjectionPoint, BeanManagerImpl manager) -
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return EnhancedAnnotatedConstructorModifier 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 EnhancedAnnotatedConstructorModifierConstructorDescriptionInterceptionModelInitializer(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, EnhancedAnnotatedConstructor<T> constructor, jakarta.enterprise.inject.spi.Bean<?> bean) -
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.util
Methods in org.jboss.weld.util that return EnhancedAnnotatedConstructorModifier and TypeMethodDescriptionstatic <T> EnhancedAnnotatedConstructor<T>Beans.getBeanConstructor(EnhancedAnnotatedType<T> type) static <T> EnhancedAnnotatedConstructor<T>Beans.getBeanConstructorStrict(EnhancedAnnotatedType<T> type)