Package | Description |
---|---|
javax.enterprise.inject.spi.builder |
Modifier and Type | Method and Description |
---|---|
AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.add(Annotation annotation)
Add an annotation to the field.
|
AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.remove(Annotation annotation)
Remove annotations with (a) the same type and (b) the same annotation member value for each member which is not
annotated
Nonbinding . |
AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.remove(Class<? extends Annotation> annotationType)
Removes all annotations with the same type.
|
AnnotatedParameterConfigurator<T> |
AnnotatedParameterConfigurator.removeAll()
Remove all annotations from the method.
|
Modifier and Type | Method and Description |
---|---|
default java.util.stream.Stream<AnnotatedParameterConfigurator<T>> |
AnnotatedMethodConfigurator.filterParams(java.util.function.Predicate<AnnotatedParameter<T>> predicate) |
default java.util.stream.Stream<AnnotatedParameterConfigurator<T>> |
AnnotatedConstructorConfigurator.filterParams(java.util.function.Predicate<AnnotatedParameter<T>> predicate) |
List<AnnotatedParameterConfigurator<T>> |
AnnotatedMethodConfigurator.params() |
List<AnnotatedParameterConfigurator<T>> |
AnnotatedConstructorConfigurator.params() |
Copyright © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.