|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeldConstructor | |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.injection | |
org.jboss.weld.introspector | |
org.jboss.weld.introspector.jlr | |
org.jboss.weld.util |
Uses of WeldConstructor in org.jboss.weld.bean |
---|
Fields in org.jboss.weld.bean declared as WeldConstructor | |
---|---|
protected WeldConstructor<T> |
AbstractClassBean.constructorForEnhancedSubclass
|
Uses of WeldConstructor in org.jboss.weld.injection |
---|
Classes in org.jboss.weld.injection that implement WeldConstructor | |
---|---|
class |
ConstructorInjectionPoint<T>
|
class |
ProxyClassConstructorInjectionPointWrapper<T>
A wrapper on a ConstructorInjectionPoint , to be used if a proxy subclass is instantiated instead of the
original (e.g. |
Methods in org.jboss.weld.injection that return WeldConstructor | |
---|---|
protected WeldConstructor<T> |
ConstructorInjectionPoint.delegate()
|
Methods in org.jboss.weld.injection with parameters of type WeldConstructor | ||
---|---|---|
static
|
ConstructorInjectionPoint.of(javax.enterprise.inject.spi.Bean<T> declaringBean,
WeldConstructor<T> constructor)
|
Constructors in org.jboss.weld.injection with parameters of type WeldConstructor | |
---|---|
ConstructorInjectionPoint(javax.enterprise.inject.spi.Bean<T> declaringBean,
WeldConstructor<T> constructor)
|
|
ProxyClassConstructorInjectionPointWrapper(javax.enterprise.inject.spi.Bean<T> declaringBean,
WeldConstructor<T> weldConstructor,
ConstructorInjectionPoint<T> originalConstructorInjectionPoint)
|
Uses of WeldConstructor in org.jboss.weld.introspector |
---|
Classes in org.jboss.weld.introspector that implement WeldConstructor | |
---|---|
class |
ForwardingWeldConstructor<T>
|
Methods in org.jboss.weld.introspector that return WeldConstructor | |
---|---|
protected abstract WeldConstructor<T> |
ForwardingWeldConstructor.delegate()
|
WeldConstructor<T> |
WeldClass.getDeclaredWeldConstructor(ConstructorSignature signature)
Get the constructor which matches the argument list provided |
WeldConstructor<T> |
ForwardingWeldClass.getDeclaredWeldConstructor(ConstructorSignature signature)
|
WeldConstructor<T> |
WeldClass.getNoArgsWeldConstructor()
Gets the no-args constructor |
WeldConstructor<T> |
ForwardingWeldClass.getNoArgsWeldConstructor()
|
Methods in org.jboss.weld.introspector that return types with arguments of type WeldConstructor | |
---|---|
Collection<WeldConstructor<T>> |
WeldClass.getWeldConstructors(Class<? extends Annotation> annotationType)
Gets all constructors which are annotated with annotationType |
Collection<WeldConstructor<T>> |
ForwardingWeldClass.getWeldConstructors(Class<? extends Annotation> annotationType)
|
Uses of WeldConstructor in org.jboss.weld.introspector.jlr |
---|
Classes in org.jboss.weld.introspector.jlr that implement WeldConstructor | |
---|---|
class |
WeldConstructorImpl<T>
Represents an annotated constructor This class is immutable, and therefore threadsafe |
Methods in org.jboss.weld.introspector.jlr that return WeldConstructor | ||
---|---|---|
WeldConstructor<T> |
WeldClassImpl.getDeclaredWeldConstructor(ConstructorSignature signature)
|
|
WeldConstructor<T> |
WeldClassImpl.getNoArgsWeldConstructor()
|
|
static
|
WeldConstructorImpl.of(javax.enterprise.inject.spi.AnnotatedConstructor<T> annotatedConstructor,
WeldClass<T> declaringClass,
ClassTransformer classTransformer)
|
|
static
|
WeldConstructorImpl.of(Constructor<T> constructor,
WeldClass<T> declaringClass,
ClassTransformer classTransformer)
|
Methods in org.jboss.weld.introspector.jlr that return types with arguments of type WeldConstructor | |
---|---|
Collection<WeldConstructor<T>> |
WeldClassImpl.getWeldConstructors(Class<? extends Annotation> annotationType)
Gets constructors with given annotation type |
Constructors in org.jboss.weld.introspector.jlr with parameters of type WeldConstructor | |
---|---|
ConstructorSignatureImpl(WeldConstructor<?> method)
|
Uses of WeldConstructor in org.jboss.weld.util |
---|
Methods in org.jboss.weld.util with parameters of type WeldConstructor | |
---|---|
static Set<ParameterInjectionPoint<?,?>> |
Beans.getParameterInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldConstructor<?> constructor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |