Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Packages that use AnnotatedParameterConfigurator
-
Uses of AnnotatedParameterConfigurator in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedParameterConfiguratorModifier and TypeMethodDescriptionAnnotatedParameterConfigurator.add(Annotation annotation) Add an annotation to the parameter.AnnotatedParameterConfigurator.remove(Predicate<Annotation> predicate) Remove annotations that match the specified predicate.default AnnotatedParameterConfigurator<T> AnnotatedParameterConfigurator.removeAll()Remove all the annotations.Methods in jakarta.enterprise.inject.spi.configurator that return types with arguments of type AnnotatedParameterConfiguratorModifier and TypeMethodDescriptiondefault Stream<AnnotatedParameterConfigurator<T>> AnnotatedConstructorConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate) default Stream<AnnotatedParameterConfigurator<T>> AnnotatedMethodConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate) AnnotatedConstructorConfigurator.params()AnnotatedMethodConfigurator.params()