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

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

Uses of AnnotatedParameter in org.jboss.webbeans.introspector
 

Methods in org.jboss.webbeans.introspector that return types with arguments of type AnnotatedParameter
 java.util.List<AnnotatedParameter<java.lang.Object>> 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<java.lang.Object>> 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<java.lang.Object>> AnnotatedMethod.getParameters()
          Gets the abstracted parameters of the method
 java.util.List<AnnotatedParameter<java.lang.Object>> AnnotatedConstructor.getParameters()
          Gets all parameters to the constructor
 

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 types with arguments of type AnnotatedParameter
protected  java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.util.List<AnnotatedParameter<java.lang.Object>>> AbstractAnnotatedMember.AnnotatedParameterMap.delegate()
           
 java.util.List<AnnotatedParameter<java.lang.Object>> AbstractAnnotatedMember.AnnotatedParameterMap.get(java.lang.Object key)
           
 java.util.List<AnnotatedParameter<java.lang.Object>> AnnotatedMethodImpl.getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          Gets the parameter abstractions with a given annotation type If the parameter abstractions are null, they are initialized first
 java.util.List<AnnotatedParameter<java.lang.Object>> AnnotatedConstructorImpl.getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          Gets parameter abstractions with a given annotation type.
 java.util.List<AnnotatedParameter<java.lang.Object>> AnnotatedMethodImpl.getParameters()
          Gets the annotated parameters If the parameters are null, they are initialized first
 java.util.List<AnnotatedParameter<java.lang.Object>> AnnotatedConstructorImpl.getParameters()
          Gets the abstracted parameters If the parameters are null, initalize them first
 

Methods in org.jboss.webbeans.introspector.jlr with parameters of type AnnotatedParameter
 void AbstractAnnotatedMember.AnnotatedParameterMap.put(java.lang.Class<? extends java.lang.annotation.Annotation> key, AnnotatedParameter<java.lang.Object> value)
           
 

Method parameters in org.jboss.webbeans.introspector.jlr with type arguments of type AnnotatedParameter
protected static java.lang.Object[] AbstractAnnotatedItem.getParameterValues(java.util.List<AnnotatedParameter<java.lang.Object>> parameters, Manager manager)
          Static helper method for getting the current parameter values from a list of annotated parameters.
protected static java.lang.Object[] AbstractAnnotatedItem.getParameterValues(java.util.List<AnnotatedParameter<java.lang.Object>> parameters, java.lang.Object specialVal, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, Manager manager)
          Static helper method for getting the current parameter values from a list of annotated parameters.
 



Copyright © 2008. All Rights Reserved.