Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedParameter
-
Packages that use EnhancedAnnotatedParameter Package Description org.jboss.weld.annotated.enhanced JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.annotated.enhanced.jlr JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.event JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.attributes JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.resources JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util.annotated JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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(javax.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 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 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, javax.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 EnhancedAnnotatedParameter Modifier and Type Method Description static <T,X>
InferringParameterInjectionPointAttributes<T,X>InferringParameterInjectionPointAttributes. of(EnhancedAnnotatedParameter<T,X> parameter, javax.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)static <T,X>
ParameterInjectionPoint<T,X>SpecialParameterInjectionPoint. of(EnhancedAnnotatedParameter<T,X> parameter, javax.enterprise.inject.spi.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, javax.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)SpecialParameterInjectionPoint(EnhancedAnnotatedParameter<T,X> parameter, javax.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 EnhancedAnnotatedParameter Modifier and Type Method Description <X> EnhancedAnnotatedParameter<?,X>MemberTransformer. loadEnhancedParameter(javax.enterprise.inject.spi.AnnotatedParameter<X> parameter, String bdaId) -
Uses of EnhancedAnnotatedParameter in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement EnhancedAnnotatedParameter Modifier and Type Class Description classForwardingWeldParameter<T,X>Methods in org.jboss.weld.util.annotated that return EnhancedAnnotatedParameter Modifier and Type Method Description protected abstract EnhancedAnnotatedParameter<T,X>ForwardingWeldParameter. delegate()Methods in org.jboss.weld.util.annotated that return types with arguments of type EnhancedAnnotatedParameter Modifier and Type Method Description List<EnhancedAnnotatedParameter<?,X>>ForwardingWeldMethod. getAnnotatedParameters(Class<? extends Annotation> metaAnnotationType)List<? extends EnhancedAnnotatedParameter<?,T>>ForwardingWeldConstructor. getEnhancedParameters()List<EnhancedAnnotatedParameter<?,T>>ForwardingWeldConstructor. getEnhancedParameters(Class<? extends Annotation> annotationType)List<? extends EnhancedAnnotatedParameter<?,X>>ForwardingWeldMethod. getEnhancedParameters()List<EnhancedAnnotatedParameter<?,X>>ForwardingWeldMethod. getEnhancedParameters(Class<? extends Annotation> metaAnnotationType)
-