| Package | Description |
|---|---|
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.add(Annotation annotation)
Adds an instance of the given annotation to the parameter.
|
AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.remove(Predicate<Annotation> annotation)
Removes all Annotations which fit the given Predicate
|
default AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.removeAll()
removes all Annotations
|
| Modifier and Type | Method and Description |
|---|---|
default Stream<AnnotatedParameterConfigurator<T>> |
AnnotatedConstructorConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate) |
default Stream<AnnotatedParameterConfigurator<T>> |
AnnotatedMethodConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate) |
List<AnnotatedParameterConfigurator<T>> |
AnnotatedConstructorConfigurator.params() |
List<AnnotatedParameterConfigurator<T>> |
AnnotatedMethodConfigurator.params() |
Copyright © 2025. All rights reserved.