Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedConstructor
-
Packages that use EnhancedAnnotatedConstructor Package Description org.jboss.weld.annotated.enhanced JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.annotated.enhanced.jlr JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.producer JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util.annotated JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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(javax.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 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(javax.enterprise.inject.spi.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, javax.enterprise.inject.spi.Bean<T> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager)ProxyClassConstructorInjectionPointWrapper(javax.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 EnhancedAnnotatedConstructor Modifier and Type Method Description protected EnhancedAnnotatedConstructor<T>SubclassedComponentInstantiator. initEnhancedSubclass(BeanManagerImpl manager, EnhancedAnnotatedType<T> type, javax.enterprise.inject.spi.Bean<?> bean, ConstructorInjectionPoint<T> originalConstructorInjectionPoint) -
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) -
Uses of EnhancedAnnotatedConstructor in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement EnhancedAnnotatedConstructor Modifier and Type Class Description classForwardingWeldConstructor<T>Methods in org.jboss.weld.util.annotated that return EnhancedAnnotatedConstructor Modifier and Type Method Description protected abstract EnhancedAnnotatedConstructor<T>ForwardingWeldConstructor. delegate()EnhancedAnnotatedConstructor<T>ForwardingWeldClass. getDeclaredEnhancedConstructor(ConstructorSignature signature)EnhancedAnnotatedConstructor<T>ForwardingWeldClass. getNoArgsEnhancedConstructor()Methods in org.jboss.weld.util.annotated that return types with arguments of type EnhancedAnnotatedConstructor Modifier and Type Method Description Collection<EnhancedAnnotatedConstructor<T>>ForwardingWeldClass. getEnhancedConstructors()Collection<EnhancedAnnotatedConstructor<T>>ForwardingWeldClass. getEnhancedConstructors(Class<? extends Annotation> annotationType)
-