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(Annotation annotation)
Add an annotation to the field.AnnotatedFieldConfigurator<T>
AnnotatedFieldConfigurator. remove(Predicate<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 Set<AnnotatedFieldConfigurator<? super T>>
AnnotatedTypeConfigurator. fields()
default Stream<AnnotatedFieldConfigurator<? super T>>
AnnotatedTypeConfigurator. filterFields(Predicate<AnnotatedField<? super T>> predicate)
-