| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.bootstrap.events | |
| org.jboss.weld.injection | |
| org.jboss.weld.introspector | |
| org.jboss.weld.introspector.jlr | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedField<T> |
ProcessProducerField.getAnnotatedProducerField()
Returns the
AnnotatedField
representing the producer field. |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedField<? super X>> |
AnnotatedType.getFields()
Get the fields of the type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedField<T> |
ProcessProducerFieldImpl.getAnnotatedProducerField() |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldInjectionPoint<T,X> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeldField<T,X>
AnnotatedField provides a uniform access to the annotations on an annotated
field
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingWeldField<T,X> |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedField<? super T>> |
ForwardingWeldClass.getFields() |
Set<AnnotatedField<? super X>> |
ForwardingAnnotatedType.getFields() |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldFieldImpl<T,X>
Represents an annotated field
This class is immutable, and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedField<? super T>> |
WeldClassImpl.getFields() |
| Modifier and Type | Method and Description |
|---|---|
static <X> WeldFieldImpl<?,X> |
WeldFieldImpl.of(AnnotatedField<? super X> annotatedField,
WeldClass<X> declaringClass,
ClassTransformer classTransformer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AnnotatedTypes.compareAnnotatedField(AnnotatedField<?> f1,
AnnotatedField<?> f2) |
static boolean |
AnnotatedTypes.compareAnnotatedField(AnnotatedField<?> f1,
AnnotatedField<?> f2) |
static <X> String |
AnnotatedTypes.createFieldId(AnnotatedField<X> field) |
| 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.