Uses of Interface
org.jboss.webbeans.introspector.AnnotatedParameter

Packages that use AnnotatedParameter
org.jboss.webbeans.injection   
org.jboss.webbeans.introspector   
org.jboss.webbeans.introspector.jlr   
 

Uses of AnnotatedParameter in org.jboss.webbeans.injection
 

Classes in org.jboss.webbeans.injection that implement AnnotatedParameter
 class ParameterInjectionPoint<T>
           
 

Methods in org.jboss.webbeans.injection that return AnnotatedParameter
protected  AnnotatedParameter<T> ParameterInjectionPoint.delegate()
           
 

Methods in org.jboss.webbeans.injection with parameters of type AnnotatedParameter
static
<T> ParameterInjectionPoint<T>
ParameterInjectionPoint.of(Bean<?> declaringBean, AnnotatedParameter<T> parameter)
           
 

Uses of AnnotatedParameter in org.jboss.webbeans.introspector
 

Classes in org.jboss.webbeans.introspector that implement AnnotatedParameter
 class ForwardingAnnotatedParameter<T>
           
 class WrappedAnnotatedParameter<T>
           
 

Methods in org.jboss.webbeans.introspector that return AnnotatedParameter
protected abstract  AnnotatedParameter<T> ForwardingAnnotatedParameter.delegate()
           
protected  AnnotatedParameter<T> WrappedAnnotatedParameter.delegate()
           
 

Methods in org.jboss.webbeans.introspector that return types with arguments of type AnnotatedParameter
 java.util.List<AnnotatedParameter<?>> AnnotatedConstructor.getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          Gets all parameters to the constructor which are annotated with annotationType
 java.util.List<AnnotatedParameter<?>> AnnotatedMethod.getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
          Gets the list of annotated parameters for a given annotation
 java.util.List<AnnotatedParameter<?>> ForwardingAnnotatedMethod.getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
           
 java.util.List<AnnotatedParameter<?>> ForwardingAnnotatedConstructor.getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
           
 java.util.List<? extends AnnotatedParameter<?>> AnnotatedConstructor.getParameters()
          Gets all parameters to the constructor
 java.util.List<? extends AnnotatedParameter<?>> AnnotatedMethod.getParameters()
          Gets the abstracted parameters of the method
 java.util.List<? extends AnnotatedParameter<?>> ForwardingAnnotatedMethod.getParameters()
           
 java.util.List<? extends AnnotatedParameter<?>> ForwardingAnnotatedConstructor.getParameters()
           
 

Methods in org.jboss.webbeans.introspector with parameters of type AnnotatedParameter
static
<T> WrappedAnnotatedParameter<T>
WrappedAnnotatedParameter.of(AnnotatedParameter<T> parameter, java.util.Set<java.lang.annotation.Annotation> extraAnnotations)
           
 

Constructors in org.jboss.webbeans.introspector with parameters of type AnnotatedParameter
WrappedAnnotatedParameter(AnnotatedParameter<T> parameter, java.util.Set<java.lang.annotation.Annotation> extraAnnotations)
           
 

Uses of AnnotatedParameter in org.jboss.webbeans.introspector.jlr
 

Classes in org.jboss.webbeans.introspector.jlr that implement AnnotatedParameter
 class AnnotatedParameterImpl<T>
          Represents a parameter This class is immutable and therefore threadsafe
 

Methods in org.jboss.webbeans.introspector.jlr that return AnnotatedParameter
static
<T> AnnotatedParameter<T>
AnnotatedParameterImpl.of(java.lang.annotation.Annotation[] annotations, java.lang.Class<T> rawType, java.lang.reflect.Type type, AnnotatedMember<?,?> declaringMember)
           
 AnnotatedParameter<T> AnnotatedParameterImpl.wrap(java.util.Set<java.lang.annotation.Annotation> annotations)
           
 

Methods in org.jboss.webbeans.introspector.jlr that return types with arguments of type AnnotatedParameter
 java.util.List<AnnotatedParameter<?>> AnnotatedMethodImpl.getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
           
 java.util.List<AnnotatedParameter<?>> AnnotatedConstructorImpl.getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          Gets parameter abstractions with a given annotation type.
 java.util.List<AnnotatedParameter<?>> AnnotatedMethodImpl.getParameters()
           
 java.util.List<AnnotatedParameter<?>> AnnotatedConstructorImpl.getParameters()
          Gets the abstracted parameters If the parameters are null, initalize them first
 



Copyright © 2011. All Rights Reserved.