Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedParameter
-
-
Uses of EnhancedAnnotatedParameter in org.jboss.weld.annotated.enhanced
Methods in org.jboss.weld.annotated.enhanced that return types with arguments of type EnhancedAnnotatedParameter Modifier and Type Method Description List<? extends EnhancedAnnotatedParameter<?,X>>EnhancedAnnotatedCallable. getEnhancedParameters()Gets the abstracted parameters of the methodList<EnhancedAnnotatedParameter<?,X>>EnhancedAnnotatedCallable. getEnhancedParameters(Class<? extends Annotation> annotationType)Gets the list of annotated parameters for a given annotationList<EnhancedAnnotatedParameter<?,X>>EnhancedAnnotatedMethod. 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 EnhancedAnnotatedParameter Modifier and Type Class Description classEnhancedAnnotatedParameterImpl<T,X>Represents a parameterMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotatedParameter Modifier and Type Method Description static <T,X>
EnhancedAnnotatedParameter<T,X>EnhancedAnnotatedParameterImpl. of(AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?,X,?> declaringMember, ClassTransformer classTransformer)Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type EnhancedAnnotatedParameter Modifier and Type Method Description List<EnhancedAnnotatedParameter<?,T>>EnhancedAnnotatedConstructorImpl. getEnhancedParameters()Gets the abstracted parametersList<EnhancedAnnotatedParameter<?,T>>EnhancedAnnotatedConstructorImpl. getEnhancedParameters(Class<? extends Annotation> annotationType)Gets parameter abstractions with a given annotation type.List<EnhancedAnnotatedParameter<?,X>>EnhancedAnnotatedMethodImpl. getEnhancedParameters()List<EnhancedAnnotatedParameter<?,X>>EnhancedAnnotatedMethodImpl. getEnhancedParameters(Class<? extends Annotation> annotationType) -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.event
Methods in org.jboss.weld.event that return EnhancedAnnotatedParameter Modifier and Type Method Description protected EnhancedAnnotatedParameter<?,? super X>ObserverMethodImpl. getEventParameter(EnhancedAnnotatedMethod<T,? super X> observer)Methods in org.jboss.weld.event with parameters of type EnhancedAnnotatedParameter Modifier and Type Method Description protected voidExtensionObserverMethodImpl. checkRequiredTypeAnnotations(EnhancedAnnotatedParameter<?,?> eventParameter)protected voidObserverMethodImpl. checkRequiredTypeAnnotations(EnhancedAnnotatedParameter<?,?> eventParameter) -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type EnhancedAnnotatedParameter Modifier and Type Method Description <T,X>
ParameterInjectionPoint<T,X>InjectionPointFactory. createParameterInjectionPoint(EnhancedAnnotatedParameter<T,X> parameter, 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 EnhancedAnnotatedParameter Modifier and Type Method Description static <T,X>
InferringParameterInjectionPointAttributes<T,X>InferringParameterInjectionPointAttributes. of(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)static <T,X>
ParameterInjectionPoint<T,X>SpecialParameterInjectionPoint. of(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)Constructors in org.jboss.weld.injection.attributes with parameters of type EnhancedAnnotatedParameter Constructor Description InferringParameterInjectionPointAttributes(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)SpecialParameterInjectionPoint(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return EnhancedAnnotatedParameter Modifier and Type Method Description <X> EnhancedAnnotatedParameter<?,X>MemberTransformer. loadEnhancedParameter(AnnotatedParameter<X> parameter, String bdaId)
-