Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Packages that use AnnotatedMethodConfigurator Package Description jakarta.enterprise.inject.spi.configurator -
-
Uses of AnnotatedMethodConfigurator in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedMethodConfigurator Modifier and Type Method Description AnnotatedMethodConfigurator<T>
AnnotatedMethodConfigurator. add(Annotation annotation)
Add an annotation to the method.AnnotatedMethodConfigurator<T>
AnnotatedMethodConfigurator. remove(Predicate<Annotation> predicate)
Remove annotations that match the specified predicate.default AnnotatedMethodConfigurator<T>
AnnotatedMethodConfigurator. removeAll()
Remove all the annotations.Methods in jakarta.enterprise.inject.spi.configurator that return types with arguments of type AnnotatedMethodConfigurator Modifier and Type Method Description default Stream<AnnotatedMethodConfigurator<? super T>>
AnnotatedTypeConfigurator. filterMethods(Predicate<AnnotatedMethod<? super T>> predicate)
Set<AnnotatedMethodConfigurator<? super T>>
AnnotatedTypeConfigurator. methods()
-