Package | Description |
---|---|
javax.enterprise.inject.spi.configurator |
Modifier and Type | Method and Description |
---|---|
AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.add(java.lang.annotation.Annotation annotation)
Add an annotation to the parameter.
|
AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.remove(java.util.function.Predicate<java.lang.annotation.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 java.util.stream.Stream<AnnotatedParameterConfigurator<T>> |
AnnotatedConstructorConfigurator.filterParams(java.util.function.Predicate<AnnotatedParameter<T>> predicate) |
default java.util.stream.Stream<AnnotatedParameterConfigurator<T>> |
AnnotatedMethodConfigurator.filterParams(java.util.function.Predicate<AnnotatedParameter<T>> predicate) |
java.util.List<AnnotatedParameterConfigurator<T>> |
AnnotatedConstructorConfigurator.params() |
java.util.List<AnnotatedParameterConfigurator<T>> |
AnnotatedMethodConfigurator.params() |