Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Packages that use AnnotatedConstructorConfigurator
-
Uses of AnnotatedConstructorConfigurator in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedConstructorConfiguratorModifier and TypeMethodDescriptionAnnotatedConstructorConfigurator.add
(Annotation annotation) Add an annotation to the constructor.AnnotatedConstructorConfigurator.remove
(Predicate<Annotation> predicate) Remove annotations that match the specified predicate.default AnnotatedConstructorConfigurator
<T> AnnotatedConstructorConfigurator.removeAll()
Remove all the annotations.Methods in jakarta.enterprise.inject.spi.configurator that return types with arguments of type AnnotatedConstructorConfiguratorModifier and TypeMethodDescriptionAnnotatedTypeConfigurator.constructors()
default Stream
<AnnotatedConstructorConfigurator<T>> AnnotatedTypeConfigurator.filterConstructors
(Predicate<AnnotatedConstructor<T>> predicate)