Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Uses of AnnotatedMethodConfigurator in jakarta.enterprise.inject.spi.configurator
Modifier and TypeMethodDescriptionAnnotatedMethodConfigurator.add
(Annotation annotation) Add an annotation to the method.AnnotatedMethodConfigurator.remove
(Predicate<Annotation> predicate) Remove annotations that match the specified predicate.default AnnotatedMethodConfigurator<T>
AnnotatedMethodConfigurator.removeAll()
Remove all the annotations.Modifier and TypeMethodDescriptiondefault Stream<AnnotatedMethodConfigurator<? super T>>
AnnotatedTypeConfigurator.filterMethods
(Predicate<AnnotatedMethod<? super T>> predicate) Set<AnnotatedMethodConfigurator<? super T>>
AnnotatedTypeConfigurator.methods()