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 org.hibernate.validator.cdi.internal.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor.org.infinispan.cdi.common.util This package contains utility classes. -
-
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 theAnnotatedParameterfor any matching injection point of the same type as the producer field return type found on a disposal method.AnnotatedParameter<T>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 AnnotatedParameter Modifier and Type Method Description 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 InjectionPointBeanManager. 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 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 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 Modifier and Type Method Description List<AnnotatedParameter<T>>ValidationEnabledAnnotatedCallable. getParameters() -
Uses of AnnotatedParameter in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AnnotatedParameter Modifier and Type Method Description static <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 AnnotatedParameter Modifier and Type Method Description static <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 AnnotatedParameter Constructor Description ImmutableInjectionPoint(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.
-