Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Packages that use AnnotatedMethodConfigurator
-
Uses of AnnotatedMethodConfigurator in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedMethodConfiguratorModifier 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.Methods in jakarta.enterprise.inject.spi.configurator that return types with arguments of type AnnotatedMethodConfiguratorModifier and TypeMethodDescriptiondefault Stream<AnnotatedMethodConfigurator<? super T>> AnnotatedTypeConfigurator.filterMethods(Predicate<AnnotatedMethod<? super T>> predicate) Set<AnnotatedMethodConfigurator<? super T>> AnnotatedTypeConfigurator.methods()