| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotatedCallable<X>
Represents a callable member of a Java type.
|
interface |
AnnotatedConstructor<X>
Represents a constructor of a Java class.
|
interface |
AnnotatedField<X>
Represents a field of a Java class.
|
interface |
AnnotatedMethod<X>
Represents a method of a Java type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMember<T> |
ProcessProducer.getAnnotatedMember()
Returns the
AnnotatedField
representing the producer field or the
AnnotatedMethod representing the
producer method. |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMember<T> |
ProcessProducerImpl.getAnnotatedMember() |
| Constructor and Description |
|---|
ProcessProducerImpl(BeanManagerImpl beanManager,
AnnotatedMember<T> annotatedMember,
AbstractProducerBean<T,X,?> bean) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInjectionPoint<T> |
class |
FieldInjectionPoint<T,X> |
class |
MethodInjectionPoint<T,X> |
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 |
WeldCallable<T,X,S extends Member> |
interface |
WeldConstructor<T>
Represents a Class Constructor
|
interface |
WeldField<T,X>
AnnotatedField provides a uniform access to the annotations on an annotated
field
|
interface |
WeldMember<T,X,S extends Member>
AnnotedMember provides enhanced access to an annotated member
|
interface |
WeldMethod<T,X>
AnnotatedType provides a uniform access to the annotations on an annotated
class defined either in Java or XML
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingWeldConstructor<T> |
class |
ForwardingWeldField<T,X> |
class |
ForwardingWeldMember<T,X,S extends Member> |
class |
ForwardingWeldMethod<T,X> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWeldCallable<T,X,S extends Member> |
class |
AbstractWeldMember<T,X,S extends Member>
Represents an abstract annotated memeber (field, method or constructor)
This class is immutable, and therefore threadsafe
|
class |
WeldConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
class |
WeldFieldImpl<T,X>
Represents an annotated field
This class is immutable, and therefore threadsafe
|
class |
WeldMethodImpl<T,X>
Represents an annotated method
This class is immutable and therefore threadsafe
|
Copyright © 2013 Seam Framework. All Rights Reserved.