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

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

Uses of AnnotatedType in org.jboss.webbeans.introspector
 

Subinterfaces of AnnotatedType in org.jboss.webbeans.introspector
 interface AnnotatedAnnotation<T extends Annotation>
          Represents a meta annotation
 interface AnnotatedClass<T>
          Represents a Class
 

Methods in org.jboss.webbeans.introspector that return AnnotatedType
 AnnotatedType<?> AnnotatedMethod.getDeclaringClass()
          Gets the declaring class
 AnnotatedType<?> AnnotatedField.getDeclaringClass()
          Gets an abstraction of the declaring class
 AnnotatedType<T> AnnotatedConstructor.getDeclaringClass()
          Gets the declaring class of the annotation
 AnnotatedType<java.lang.Object> AnnotatedType.getSuperclass()
          Gets the superclass of the type
 

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

Classes in org.jboss.webbeans.introspector.jlr that implement AnnotatedType
 class AnnotatedAnnotationImpl<T extends Annotation>
          Represents an annotated annotation This class is immutable and therefore threadsafe
 class AnnotatedClassImpl<T>
          Represents an annotated class This class is immutable, and therefore threadsafe
 

Methods in org.jboss.webbeans.introspector.jlr that return AnnotatedType
 AnnotatedType<?> AnnotatedMethodImpl.getDeclaringClass()
          Gets the declaring class
 AnnotatedType<?> AnnotatedFieldImpl.getDeclaringClass()
          Gets the abstracted declaring class
 AnnotatedType<T> AnnotatedConstructorImpl.getDeclaringClass()
          Gets the declaring class
 

Constructors in org.jboss.webbeans.introspector.jlr with parameters of type AnnotatedType
AnnotatedConstructorImpl(java.lang.reflect.Constructor<T> constructor, AnnotatedType<T> declaringClass)
          Constructor Initializes the superclass with the build annotations map
AnnotatedFieldImpl(java.lang.reflect.Field field, AnnotatedType<?> declaringClass)
          Constructor Initializes the superclass with the built annotation map and detects the type arguments
AnnotatedMethodImpl(java.lang.reflect.Method method, AnnotatedType<?> declaringClass)
          Constructor Initializes the superclass with the built annotation map, sets the method and declaring class abstraction and detects the actual type arguments
 



Copyright © 2008. All Rights Reserved.