| 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 |
|---|---|
AnnotatedMethod<X> |
ProcessObserverMethod.getAnnotatedMethod()
The
AnnotatedMethod representing the
observer method. |
AnnotatedMethod<T> |
ProcessProducerMethod.getAnnotatedProducerMethod()
Returns the
AnnotatedMethod
representing the producer method. |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedMethod<? super X>> |
AnnotatedType.getMethods()
Get the methods of the type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod<X> |
ProcessObserverMethodImpl.getAnnotatedMethod() |
AnnotatedMethod<T> |
ProcessProducerMethodImpl.getAnnotatedProducerMethod() |
| Constructor and Description |
|---|
ProcessObserverMethodImpl(BeanManagerImpl beanManager,
AnnotatedMethod<X> beanMethod,
ObserverMethod<T> observerMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodInjectionPoint<T,X> |
| Modifier and Type | Interface and Description |
|---|---|
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 |
ForwardingWeldMethod<T,X> |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedMethod<? super T>> |
ForwardingWeldClass.getMethods() |
Set<AnnotatedMethod<? super X>> |
ForwardingAnnotatedType.getMethods() |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldMethodImpl<T,X>
Represents an annotated method
This class is immutable and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedMethod<? super T>> |
WeldClassImpl.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> WeldMethodImpl<T,X> |
WeldMethodImpl.of(AnnotatedMethod<? super X> method,
WeldClass<X> 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.