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

Packages that use AnnotatedClass
org.jboss.webbeans.bean   
org.jboss.webbeans.bean.standard   
org.jboss.webbeans.bootstrap   
org.jboss.webbeans.introspector   
org.jboss.webbeans.introspector.jlr   
 

Uses of AnnotatedClass in org.jboss.webbeans.bean
 

Fields in org.jboss.webbeans.bean declared as AnnotatedClass
protected  AnnotatedClass<T> AbstractClassBean.annotatedItem
           
 

Methods in org.jboss.webbeans.bean that return AnnotatedClass
protected  AnnotatedClass<T> AbstractClassBean.getAnnotatedItem()
          Gets the annotated item
 

Methods in org.jboss.webbeans.bean with parameters of type AnnotatedClass
static
<T> SimpleBean<T>
SimpleBean.of(AnnotatedClass<T> clazz, ManagerImpl manager)
          Creates a simple, annotation defined Web Bean
static
<T> NewSimpleBean<T>
NewSimpleBean.of(AnnotatedClass<T> clazz, ManagerImpl manager)
          Creates an instance of a NewSimpleBean from an annotated class
static
<T> NewEnterpriseBean<T>
NewEnterpriseBean.of(AnnotatedClass<T> clazz, ManagerImpl manager)
          Creates an instance of a NewEnterpriseBean from an annotated class
static
<T> EnterpriseBean<T>
EnterpriseBean.of(AnnotatedClass<T> clazz, ManagerImpl manager)
           
 

Constructors in org.jboss.webbeans.bean with parameters of type AnnotatedClass
AbstractClassBean(AnnotatedClass<T> type, ManagerImpl manager)
          Constructor
EnterpriseBean(AnnotatedClass<T> type, ManagerImpl manager)
          Constructor
NewEnterpriseBean(AnnotatedClass<T> type, ManagerImpl manager)
          Protected constructor
NewSimpleBean(AnnotatedClass<T> type, ManagerImpl manager)
          Protected constructor
SimpleBean(AnnotatedClass<T> type, ManagerImpl manager)
          Constructor
 

Uses of AnnotatedClass in org.jboss.webbeans.bean.standard
 

Constructors in org.jboss.webbeans.bean.standard with parameters of type AnnotatedClass
InjectionPointBean(AnnotatedClass<InjectionPoint> clazz, ManagerImpl manager)
           
 

Uses of AnnotatedClass in org.jboss.webbeans.bootstrap
 

Methods in org.jboss.webbeans.bootstrap with parameters of type AnnotatedClass
protected  void BeanDeployer.createBean(AbstractClassBean<?> bean, AnnotatedClass<?> annotatedClass)
          Creates a Web Bean from a bean abstraction and adds it to the set of created beans Also creates the implicit field- and method-level beans, if present
 

Uses of AnnotatedClass in org.jboss.webbeans.introspector
 

Classes in org.jboss.webbeans.introspector that implement AnnotatedClass
 class ForwardingAnnotatedClass<T>
           
 class WrappedAnnotatedClass<T>
           
 

Methods in org.jboss.webbeans.introspector that return AnnotatedClass
protected  AnnotatedClass<T> WrappedAnnotatedClass.delegate()
           
protected abstract  AnnotatedClass<T> ForwardingAnnotatedClass.delegate()
           
 AnnotatedClass<?> ForwardingAnnotatedClass.getSuperclass()
           
 AnnotatedClass<?> AnnotatedClass.getSuperclass()
          Gets the superclass.
 

Constructors in org.jboss.webbeans.introspector with parameters of type AnnotatedClass
WrappedAnnotatedClass(AnnotatedClass<T> clazz, java.util.Set<java.lang.annotation.Annotation> extraAnnotations, java.util.Set<java.lang.annotation.Annotation> extraDeclaredAnnotations)
           
 

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

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

Methods in org.jboss.webbeans.introspector.jlr that return AnnotatedClass
 AnnotatedClass<?> AbstractAnnotatedType.getSuperclass()
          Gets the superclass abstraction of the type
static
<T> AnnotatedClass<T>
AnnotatedClassImpl.of(java.lang.Class<T> clazz)
           
 AnnotatedClass<T> AnnotatedClassImpl.wrap(java.util.Set<java.lang.annotation.Annotation> annotations)
           
 



Copyright © 2008-2009. All Rights Reserved.