Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedParameter
Package
Description
The portable extension integration SPI.
-
Uses of AnnotatedParameter in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionProcessProducerField.getAnnotatedDisposedParameter()
Returns theAnnotatedParameter
for any matching injection point of the same type as the producer field return type found on a disposal method.ProcessProducerMethod.getAnnotatedDisposedParameter()
Returns theAnnotatedParameter
for any matching injection point of the same type as the producer method return type found on a disposal method.Modifier and TypeMethodDescriptionAnnotatedCallable.getParameters()
Get the parameters of the callable member.Modifier and TypeMethodDescriptionBeanManager.createInjectionPoint
(AnnotatedParameter<?> parameter) Obtains a container provided implementation ofInjectionPoint
for the givenAnnotatedParameter
. -
Uses of AnnotatedParameter in jakarta.enterprise.inject.spi.configurator
Modifier and TypeMethodDescriptiondefault Stream<AnnotatedParameterConfigurator<T>>
AnnotatedConstructorConfigurator.filterParams
(Predicate<AnnotatedParameter<T>> predicate) default Stream<AnnotatedParameterConfigurator<T>>
AnnotatedMethodConfigurator.filterParams
(Predicate<AnnotatedParameter<T>> predicate)