| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| javax.enterprise.inject.spi.builder |
| 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 |
|---|---|
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean)
An implementation of
ProducerFactory that provides container created Producer instances for the given
method. |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.addToMethod(AnnotatedMethod<? super T> method,
Annotation annotation)
Add an annotation to the specified method.
|
ObserverMethodConfigurator<T> |
ObserverMethodConfigurator.read(AnnotatedMethod<?> method)
Read observer meta data from a existing
AnnotatedMethod |
AnnotatedTypeConfigurator<T> |
AnnotatedTypeConfigurator.removeFromMethod(AnnotatedMethod<? super T> method,
Class<? extends Annotation> annotationType)
Remove an annotation from the specified method.
|
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.