Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Packages that use AnnotatedConstructorConfigurator Package Description jakarta.enterprise.inject.spi.configurator -
-
Uses of AnnotatedConstructorConfigurator in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedConstructorConfigurator Modifier and Type Method Description AnnotatedConstructorConfigurator<T>
AnnotatedConstructorConfigurator. add(Annotation annotation)
Add an annotation to the constructor.AnnotatedConstructorConfigurator<T>
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 AnnotatedConstructorConfigurator Modifier and Type Method Description Set<AnnotatedConstructorConfigurator<T>>
AnnotatedTypeConfigurator. constructors()
default Stream<AnnotatedConstructorConfigurator<T>>
AnnotatedTypeConfigurator. filterConstructors(Predicate<AnnotatedConstructor<T>> predicate)
-