| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.annotated.enhanced | |
| org.jboss.weld.annotated.enhanced.jlr | |
| org.jboss.weld.annotated.slim.backed | |
| org.jboss.weld.annotated.slim.unbacked | |
| org.jboss.weld.injection | |
| org.jboss.weld.injection.producer | |
| org.jboss.weld.util | |
| org.jboss.weld.util.annotated | |
| org.jboss.weld.util.reflection |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<X>> |
AnnotatedType.getConstructors()
Get the constructors of the type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnhancedAnnotatedConstructor<T>
Represents a Class Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedConstructor<T> |
EnhancedAnnotatedConstructor.slim()
Returns a lightweight implementation of
AnnotatedConstructor with minimal memory footprint. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedAnnotatedConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedConstructor<T> |
EnhancedAnnotatedConstructorImpl.slim() |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<T>> |
EnhancedAnnotatedTypeImpl.getConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EnhancedAnnotatedConstructor<T> |
EnhancedAnnotatedConstructorImpl.of(AnnotatedConstructor<T> annotatedConstructor,
EnhancedAnnotatedType<T> declaringClass,
ClassTransformer classTransformer) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackedAnnotatedConstructor<X> |
| Modifier and Type | Method and Description |
|---|---|
static <X> AnnotatedConstructor<X> |
BackedAnnotatedConstructor.of(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<X>> |
BackedAnnotatedType.getConstructors() |
| Modifier and Type | Class and Description |
|---|---|
class |
UnbackedAnnotatedConstructor<X> |
| Modifier and Type | Method and Description |
|---|---|
static <X> AnnotatedConstructor<X> |
UnbackedAnnotatedConstructor.of(AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType) |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<X>> |
UnbackedAnnotatedType.getConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static <X> AnnotatedConstructor<X> |
UnbackedAnnotatedConstructor.of(AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedConstructor<T> |
ConstructorInjectionPoint.getAnnotated() |
| Constructor and Description |
|---|
InterceptionModelInitializer(BeanManagerImpl manager,
EnhancedAnnotatedType<T> annotatedType,
AnnotatedConstructor<T> constructor,
Bean<?> bean) |
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingAnnotatedConstructor<X>
Forwarding implementation of
AnnotatedConstructor. |
class |
ForwardingWeldConstructor<T> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AnnotatedConstructor<X> |
ForwardingAnnotatedConstructor.delegate() |
AnnotatedConstructor<T> |
ForwardingWeldConstructor.slim() |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedConstructor<T>> |
ForwardingWeldClass.getConstructors() |
Set<AnnotatedConstructor<X>> |
ForwardingAnnotatedType.getConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Formats.formatAnnotatedConstructor(AnnotatedConstructor<?> constructor) |
Copyright © 2013 Seam Framework. All Rights Reserved.