Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedParameter
Packages that use AnnotatedParameter
Package
Description
The portable extension integration SPI.
Classes for enabling Bean Validation method validation via a CDI interceptor.
This package contains utility classes.
-
Uses of AnnotatedParameter in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return AnnotatedParameterModifier and TypeMethodDescriptionProcessProducerField.getAnnotatedDisposedParameter()Returns theAnnotatedParameterfor any matching injection point of the same type as the producer field return type found on a disposal method.ProcessProducerMethod.getAnnotatedDisposedParameter()Returns theAnnotatedParameterfor 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 AnnotatedParameterModifier and TypeMethodDescriptionAnnotatedCallable.getParameters()Get the parameters of the callable member.Methods in jakarta.enterprise.inject.spi with parameters of type AnnotatedParameterModifier and TypeMethodDescriptionBeanManager.createInjectionPoint(AnnotatedParameter<?> parameter) Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedParameter. -
Uses of AnnotatedParameter in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedParameterMethod parameters in jakarta.enterprise.inject.spi.configurator with type arguments of type AnnotatedParameterModifier and TypeMethodDescriptiondefault Stream<AnnotatedParameterConfigurator<T>>AnnotatedConstructorConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate) default Stream<AnnotatedParameterConfigurator<T>>AnnotatedMethodConfigurator.filterParams(Predicate<AnnotatedParameter<T>> predicate) -
Uses of AnnotatedParameter in org.hibernate.validator.cdi.internal.interceptor
Methods in org.hibernate.validator.cdi.internal.interceptor that return types with arguments of type AnnotatedParameter -
Uses of AnnotatedParameter in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AnnotatedParameterModifier and TypeMethodDescriptionstatic <X> StringAnnotateds.createParameterId(AnnotatedParameter<X> annotatedParameter) Creates a string representation of anAnnotatedParameter.Method parameters in org.infinispan.cdi.common.util with type arguments of type AnnotatedParameterModifier and TypeMethodDescriptionstatic <X> StringAnnotateds.createParameterListId(List<AnnotatedParameter<X>> parameters) Generates a unique string representation of a list ofAnnotatedParameters.Constructors in org.infinispan.cdi.common.util with parameters of type AnnotatedParameterModifierConstructorDescriptionImmutableInjectionPoint(AnnotatedParameter<?> parameter, BeanManager beanManager, Bean<?> declaringBean, boolean _transient, boolean delegate) Instantiate a newInjectionPointbased upon anAnnotatedParameter, reading the qualifiers from the annotations declared on the parameter.ImmutableInjectionPoint(AnnotatedParameter<?> parameter, Set<Annotation> qualifiers, Bean<?> declaringBean, boolean _transient, boolean delegate) Instantiate a newInjectionPointbased upon anAnnotatedParameter.