Uses of Interface
javax.enterprise.inject.spi.AnnotatedParameter
Packages that use AnnotatedParameter
-
Uses of AnnotatedParameter in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return AnnotatedParameterModifier 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.Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedParameterModifier and TypeMethodDescriptionAnnotatedCallable.getParameters()
Get the parameters of the callable member.Methods in javax.enterprise.inject.spi with parameters of type AnnotatedParameterModifier and TypeMethodDescriptionBeanManager.createInjectionPoint
(AnnotatedParameter<?> parameter) Obtains a container provided implementation ofInjectionPoint
for the givenAnnotatedParameter
.