| 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 | Interface and Description |
|---|---|
interface |
AnnotatedConstructor<X>
Represents a constructor of a Java class.
|
interface |
AnnotatedMethod<X>
Represents a method of a Java type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedCallable<X> |
AnnotatedParameter.getDeclaringCallable()
Get the declaring method or
constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInjectionPoint<T> |
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 |
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 |
ForwardingWeldMethod<T,X> |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedCallable<X> |
ForwardingWeldParameter.getDeclaringCallable() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWeldCallable<T,X,S extends Member> |
class |
WeldConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
class |
WeldMethodImpl<T,X>
Represents an annotated method
This class is immutable and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedCallable<X> |
WeldParameterImpl.getDeclaringCallable() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AnnotatedTypes.compareAnnotatedCallable(AnnotatedCallable<?> m1,
AnnotatedCallable<?> m2) |
static boolean |
AnnotatedTypes.compareAnnotatedCallable(AnnotatedCallable<?> m1,
AnnotatedCallable<?> m2) |
static <X> String |
AnnotatedTypes.createCallableId(AnnotatedCallable<X> method) |
Copyright © 2013 Seam Framework. All Rights Reserved.