Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedParameter
Packages that use EnhancedAnnotatedParameter
Package
Description
-
Uses of EnhancedAnnotatedParameter in org.jboss.weld.annotated.enhanced
Methods in org.jboss.weld.annotated.enhanced that return types with arguments of type EnhancedAnnotatedParameterModifier and TypeMethodDescriptionList<? extends EnhancedAnnotatedParameter<?,X>> EnhancedAnnotatedCallable.getEnhancedParameters()Gets the abstracted parameters of the methodEnhancedAnnotatedCallable.getEnhancedParameters(Class<? extends Annotation> annotationType) Gets the list of annotated parameters for a given annotationEnhancedAnnotatedMethod.getEnhancedParameters(Class<? extends Annotation> annotationType) Get the parameters annotated with a given annotation type. -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotatedParameterModifier and TypeClassDescriptionclassRepresents a parameterMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotatedParameterModifier and TypeMethodDescriptionstatic <T,X> EnhancedAnnotatedParameter<T, X> EnhancedAnnotatedParameterImpl.of(jakarta.enterprise.inject.spi.AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?, X, ?> declaringMember, ClassTransformer classTransformer) Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type EnhancedAnnotatedParameterModifier and TypeMethodDescriptionEnhancedAnnotatedConstructorImpl.getEnhancedParameters()Gets the abstracted parametersEnhancedAnnotatedConstructorImpl.getEnhancedParameters(Class<? extends Annotation> annotationType) Gets parameter abstractions with a given annotation type.EnhancedAnnotatedMethodImpl.getEnhancedParameters()EnhancedAnnotatedMethodImpl.getEnhancedParameters(Class<? extends Annotation> annotationType) -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.event
Methods in org.jboss.weld.event that return EnhancedAnnotatedParameterModifier and TypeMethodDescriptionprotected EnhancedAnnotatedParameter<?,? super X> ObserverMethodImpl.getEventParameter(EnhancedAnnotatedMethod<T, ? super X> observer) Methods in org.jboss.weld.event with parameters of type EnhancedAnnotatedParameterModifier and TypeMethodDescriptionprotected <Y> voidExtensionObserverMethodImpl.checkRequiredTypeAnnotations(EnhancedAnnotatedParameter<?, ?> eventParameter, EnhancedAnnotatedMethod<T, Y> annotated) protected <Y> voidObserverMethodImpl.checkRequiredTypeAnnotations(EnhancedAnnotatedParameter<?, ?> eventParameter, EnhancedAnnotatedMethod<T, Y> annotated) -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type EnhancedAnnotatedParameterModifier and TypeMethodDescription<T,X> ParameterInjectionPoint<T, X> InjectionPointFactory.createParameterInjectionPoint(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager) Creates a newParameterInjectionPointand fires theProcessInjectionPointevent. -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.injection.attributes
Methods in org.jboss.weld.injection.attributes with parameters of type EnhancedAnnotatedParameterModifier and TypeMethodDescriptionstatic <T,X> InferringParameterInjectionPointAttributes<T, X> InferringParameterInjectionPointAttributes.of(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) static <T,X> ParameterInjectionPoint<T, X> SpecialParameterInjectionPoint.of(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) Constructors in org.jboss.weld.injection.attributes with parameters of type EnhancedAnnotatedParameterModifierConstructorDescriptionprotectedInferringParameterInjectionPointAttributes(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) protectedSpecialParameterInjectionPoint(EnhancedAnnotatedParameter<T, X> parameter, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return EnhancedAnnotatedParameterModifier and TypeMethodDescription<X> EnhancedAnnotatedParameter<?,X> MemberTransformer.loadEnhancedParameter(jakarta.enterprise.inject.spi.AnnotatedParameter<X> parameter, String bdaId)