Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedParameter
-
Packages that use AnnotatedParameter Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.enterprise.inject.spi.configurator -
-
Uses of AnnotatedParameter in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<T>
ProcessProducerField. getAnnotatedDisposedParameter()
Returns theAnnotatedParameter
for any matching injection point of the same type as the producer field return type found on a disposal method.AnnotatedParameter<T>
ProcessProducerMethod. getAnnotatedDisposedParameter()
Returns theAnnotatedParameter
for any matching injection point of the same type as the producer method return type found on a disposal method.Methods in jakarta.enterprise.inject.spi that return types with arguments of type AnnotatedParameter Modifier and Type Method Description java.util.List<AnnotatedParameter<X>>
AnnotatedCallable. getParameters()
Get the parameters of the callable member.Methods in jakarta.enterprise.inject.spi with parameters of type AnnotatedParameter Modifier and Type Method Description InjectionPoint
BeanManager. createInjectionPoint(AnnotatedParameter<?> parameter)
Obtains a container provided implementation ofInjectionPoint
for the givenAnnotatedParameter
. -
Uses of AnnotatedParameter in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedParameter Modifier and Type Method Description AnnotatedParameter<T>
AnnotatedParameterConfigurator. getAnnotated()
Method parameters in jakarta.enterprise.inject.spi.configurator with type arguments of type AnnotatedParameter Modifier and Type Method Description default java.util.stream.Stream<AnnotatedParameterConfigurator<T>>
AnnotatedConstructorConfigurator. filterParams(java.util.function.Predicate<AnnotatedParameter<T>> predicate)
default java.util.stream.Stream<AnnotatedParameterConfigurator<T>>
AnnotatedMethodConfigurator. filterParams(java.util.function.Predicate<AnnotatedParameter<T>> predicate)
-