Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedConstructor
-
-
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.annotated.enhanced
Methods in org.jboss.weld.annotated.enhanced that return EnhancedAnnotatedConstructor Modifier and Type Method Description EnhancedAnnotatedConstructor<T>EnhancedAnnotatedType. getDeclaredEnhancedConstructor(ConstructorSignature signature)Get the constructor which matches the argument list providedEnhancedAnnotatedConstructor<T>EnhancedAnnotatedType. getNoArgsEnhancedConstructor()Gets the no-args constructorMethods in org.jboss.weld.annotated.enhanced that return types with arguments of type EnhancedAnnotatedConstructor Modifier and Type Method Description Collection<EnhancedAnnotatedConstructor<T>>EnhancedAnnotatedType. getEnhancedConstructors()Gets all constructorsCollection<EnhancedAnnotatedConstructor<T>>EnhancedAnnotatedType. 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 EnhancedAnnotatedConstructor Modifier and Type Class Description classEnhancedAnnotatedConstructorImpl<T>Represents an annotated constructorMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotatedConstructor Modifier and Type Method Description EnhancedAnnotatedConstructor<T>EnhancedAnnotatedTypeImpl. getDeclaredEnhancedConstructor(ConstructorSignature signature)EnhancedAnnotatedConstructor<T>EnhancedAnnotatedTypeImpl. getNoArgsEnhancedConstructor()static <T> EnhancedAnnotatedConstructor<T>EnhancedAnnotatedConstructorImpl. of(AnnotatedConstructor<T> annotatedConstructor, EnhancedAnnotatedType<T> declaringClass, ClassTransformer classTransformer)Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type EnhancedAnnotatedConstructor Modifier and Type Method Description Collection<EnhancedAnnotatedConstructor<T>>EnhancedAnnotatedTypeImpl. getEnhancedConstructors()Collection<EnhancedAnnotatedConstructor<T>>EnhancedAnnotatedTypeImpl. getEnhancedConstructors(Class<? extends Annotation> annotationType)Gets constructors with given annotation typeConstructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type EnhancedAnnotatedConstructor Constructor Description ConstructorSignatureImpl(EnhancedAnnotatedConstructor<?> method) -
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type EnhancedAnnotatedConstructor Modifier and Type Method Description <T> ConstructorInjectionPoint<T>InjectionPointFactory. createConstructorInjectionPoint(Bean<T> declaringBean, Class<?> declaringComponentClass, EnhancedAnnotatedConstructor<T> constructor, BeanManagerImpl manager)Constructors in org.jboss.weld.injection with parameters of type EnhancedAnnotatedConstructor Constructor Description ConstructorInjectionPoint(EnhancedAnnotatedConstructor<T> constructor, Bean<T> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager)ProxyClassConstructorInjectionPointWrapper(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 EnhancedAnnotatedConstructor 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 EnhancedAnnotatedConstructor Constructor Description InterceptionModelInitializer(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, EnhancedAnnotatedConstructor<T> constructor, Bean<?> bean) -
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.util
Methods in org.jboss.weld.util that return EnhancedAnnotatedConstructor Modifier and Type Method Description static <T> EnhancedAnnotatedConstructor<T>Beans. getBeanConstructor(EnhancedAnnotatedType<T> type)static <T> EnhancedAnnotatedConstructor<T>Beans. getBeanConstructorStrict(EnhancedAnnotatedType<T> type)
-