Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Packages that use AnnotatedFieldConfigurator Package Description jakarta.enterprise.inject.spi.configurator -
-
Uses of AnnotatedFieldConfigurator in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedFieldConfigurator Modifier and Type Method Description AnnotatedFieldConfigurator<T>
AnnotatedFieldConfigurator. add(java.lang.annotation.Annotation annotation)
Add an annotation to the field.AnnotatedFieldConfigurator<T>
AnnotatedFieldConfigurator. remove(java.util.function.Predicate<java.lang.annotation.Annotation> predicate)
Remove annotations that match the specified predicate.default AnnotatedFieldConfigurator<T>
AnnotatedFieldConfigurator. removeAll()
Remove all the annotations.Methods in jakarta.enterprise.inject.spi.configurator that return types with arguments of type AnnotatedFieldConfigurator Modifier and Type Method Description java.util.Set<AnnotatedFieldConfigurator<? super T>>
AnnotatedTypeConfigurator. fields()
default java.util.stream.Stream<AnnotatedFieldConfigurator<? super T>>
AnnotatedTypeConfigurator. filterFields(java.util.function.Predicate<AnnotatedField<? super T>> predicate)
-