Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Uses of AnnotatedConstructorConfigurator in jakarta.enterprise.inject.spi.configurator
Modifier 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.Modifier and TypeMethodDescriptionAnnotatedTypeConfigurator.constructors()
default Stream
<AnnotatedConstructorConfigurator<T>> AnnotatedTypeConfigurator.filterConstructors
(Predicate<AnnotatedConstructor<T>> predicate)