| Package | Description | 
|---|---|
| javax.enterprise.inject.spi | The portable extension integration SPI. | 
| org.hibernate.validator.internal.cdi.interceptor | Classes for enabling Bean Validation method validation via a CDI interceptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotatedMethod<X> | ProcessObserverMethod. getAnnotatedMethod()The  AnnotatedMethodrepresenting the observer method. | 
| AnnotatedMethod<T> | ProcessProducerMethod. getAnnotatedProducerMethod()Returns the  AnnotatedMethodrepresenting 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  ProducerFactorythat provides container createdProducerinstances for the given
 method. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ValidationEnabledAnnotatedMethod<T> | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<AnnotatedMethod<? super T>> | ValidationEnabledAnnotatedType. getMethods() | 
| Constructor and Description | 
|---|
| ValidationEnabledAnnotatedMethod(AnnotatedMethod<T> method) | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.