Uses of Interface
org.jboss.reflect.spi.AnnotationValue

Packages that use AnnotationValue
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.plugins.introspection Introspection based extended reflection. 
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of AnnotationValue in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement AnnotationValue
 class AnnotationValueImpl
          An annotation value
 

Fields in org.jboss.reflect.plugins declared as AnnotationValue
protected  AnnotationValue[] InheritableAnnotationHolder.allAnnotationsArray
          All annotations
protected  AnnotationValue[] AnnotationHolder.annotationsArray
          The annotations
protected  AnnotationValue[] InheritableAnnotationHolder.declaredAnnotationsArray
          Declared annotations
 

Methods in org.jboss.reflect.plugins that return AnnotationValue
 AnnotationValue InheritableAnnotationHolder.getAnnotation(String name)
           
 AnnotationValue AnnotationHolder.getAnnotation(String name)
           
 AnnotationValue[] InheritableAnnotationHolder.getAnnotations()
           
 AnnotationValue[] AnnotationHolder.getAnnotations()
           
 AnnotationValue[] InheritableAnnotationHolder.getDeclaredAnnotations()
          Get the declared annotations
 

Methods in org.jboss.reflect.plugins with parameters of type AnnotationValue
 void InheritableAnnotationHolder.setupAnnotations(AnnotationValue[] annotations)
          Set up the annotations
protected  void AnnotationHolder.setupAnnotations(AnnotationValue[] annotations)
          Set up the annotations
 

Constructors in org.jboss.reflect.plugins with parameters of type AnnotationValue
AnnotationHolder(AnnotationValue[] annotations)
          Create a new AnnotationHolder.
ConstructorInfoImpl(AnnotationValue[] annotations, ParameterInfo[] parameters, ClassInfo[] exceptionTypes, int modifiers, ClassInfo declaring)
          Create a new ConstructorInfo.
ConstructorInfoImpl(AnnotationValue[] annotations, TypeInfo[] parameterTypes, ClassInfo[] exceptionTypes, int modifiers, ClassInfo declaring)
          Create a new ConstructorInfo.
FieldInfoImpl(AnnotationValue[] annotations, String name, TypeInfo type, int modifiers, ClassInfo declaring)
          Create a new FieldInfo.
MethodInfoImpl(AnnotationValue[] annotations, String name, TypeInfo returnType, ParameterInfo[] parameters, ClassInfo[] exceptionTypes, int modifiers, ClassInfo declaring)
          Create a new MethodInfo.
MethodInfoImpl(AnnotationValue[] annotations, String name, TypeInfo returnType, TypeInfo[] parameterTypes, ClassInfo[] exceptionTypes, int modifiers, ClassInfo declaring)
          Create a new MethodInfo.
ParameterInfoImpl(AnnotationValue[] annotations, String name, TypeInfo parameterType)
          Create a new MethodInfo.
 

Uses of AnnotationValue in org.jboss.reflect.plugins.introspection
 

Methods in org.jboss.reflect.plugins.introspection that return AnnotationValue
 AnnotationValue[] IntrospectionTypeInfoFactoryImpl.getAnnotations(Object obj)
           
 

Uses of AnnotationValue in org.jboss.reflect.spi
 

Methods in org.jboss.reflect.spi that return AnnotationValue
 AnnotationValue AnnotatedInfo.getAnnotation(String name)
          Get an annotation
 AnnotationValue[] AnnotatedInfo.getAnnotations()
          Get the annotations
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.