| Package | Description |
|---|---|
| javax.enterprise.inject.spi.builder | |
| org.jboss.weld.bootstrap.events.builder |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.add(Annotation annotation)
Add an annotation to the field.
|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.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. |
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.remove(Class<? extends Annotation> annotationType)
Removes all annotations with the same type.
|
AnnotatedFieldConfigurator<T> |
AnnotatedFieldConfigurator.removeAll()
Remove all annotations from the field.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfigurator.fields() |
default java.util.stream.Stream<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfigurator.filterFields(java.util.function.Predicate<AnnotatedField<? super T>> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedFieldConfiguratorImpl<T>
Configurator for
AnnotatedField. |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedFieldConfigurator<? super T>> |
AnnotatedTypeConfiguratorImpl.fields() |
Copyright © 2016. All Rights Reserved.