| Package | Description | 
|---|---|
| javax.enterprise.inject.spi.configurator | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotatedParameterConfigurator<T> | 
AnnotatedParameterConfigurator.add(Annotation annotation)
Add an annotation to the parameter. 
 | 
AnnotatedParameterConfigurator<T> | 
AnnotatedParameterConfigurator.remove(Predicate<Annotation> predicate)
Remove annotations that match the specified predicate. 
 | 
default AnnotatedParameterConfigurator<T> | 
AnnotatedParameterConfigurator.removeAll()
Remove all the annotations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Stream<AnnotatedParameterConfigurator<T>> | 
AnnotatedMethodConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate)  | 
default Stream<AnnotatedParameterConfigurator<T>> | 
AnnotatedConstructorConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate)  | 
List<AnnotatedParameterConfigurator<T>> | 
AnnotatedMethodConfigurator.params()  | 
List<AnnotatedParameterConfigurator<T>> | 
AnnotatedConstructorConfigurator.params()  | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.