| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.injection | |
| org.jboss.weld.introspector | |
| org.jboss.weld.introspector.jlr | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<X>> |
AnnotatedType.getConstructors()
Get the constructors of the type.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeldConstructor<T>
Represents a Class Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingWeldConstructor<T> |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<T>> |
ForwardingWeldClass.getConstructors() |
Set<AnnotatedConstructor<X>> |
ForwardingAnnotatedType.getConstructors() |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<T>> |
WeldClassImpl.getConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static <T> WeldConstructor<T> |
WeldConstructorImpl.of(AnnotatedConstructor<T> annotatedConstructor,
WeldClass<T> declaringClass,
ClassTransformer classTransformer) |
| Modifier and Type | Method and Description |
|---|---|
static <X> String |
AnnotatedTypes.createTypeId(Class<X> clazz,
Collection<Annotation> annotations,
Collection<AnnotatedMethod<? super X>> methods,
Collection<AnnotatedField<? super X>> fields,
Collection<AnnotatedConstructor<X>> constructors)
Generates a unique signature for a concrete class
|
Copyright © 2013 Seam Framework. All Rights Reserved.