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

Packages that use AnnotatedField
org.jboss.webbeans.bean   
org.jboss.webbeans.introspector   
org.jboss.webbeans.introspector.jlr   
 

Uses of AnnotatedField in org.jboss.webbeans.bean
 

Methods in org.jboss.webbeans.bean that return AnnotatedField
protected  AnnotatedField<T> ProducerFieldBean.getAnnotatedItem()
          Gets the annotated item representing the field
 

Methods in org.jboss.webbeans.bean that return types with arguments of type AnnotatedField
 java.util.Set<AnnotatedField<java.lang.Object>> AbstractClassBean.getInjectableFields()
          Gets the injectable fields
 java.util.Set<AnnotatedField<java.lang.Object>> AbstractClassBean.getProducerFields()
          Gets the producer fields
 

Methods in org.jboss.webbeans.bean with parameters of type AnnotatedField
static
<T> ProducerFieldBean<T>
BeanFactory.createProducerFieldBean(AnnotatedField<T> field, AbstractClassBean<?> declaringBean, ManagerImpl manager)
          Creates a producer field Web Bean
 

Constructors in org.jboss.webbeans.bean with parameters of type AnnotatedField
ProducerFieldBean(AnnotatedField<T> field, AbstractClassBean<?> declaringBean, ManagerImpl manager)
          Constructor
 

Uses of AnnotatedField in org.jboss.webbeans.introspector
 

Methods in org.jboss.webbeans.introspector that return types with arguments of type AnnotatedField
 java.util.Set<AnnotatedField<java.lang.Object>> AnnotatedClass.getAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          Gets all annotations which are annotated with the given annotation type
 java.util.Set<AnnotatedField<java.lang.Object>> AnnotatedClass.getFields()
          Gets all fields on the type
 java.util.Set<AnnotatedField<java.lang.Object>> AnnotatedClass.getMetaAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
          Gets all fields which are meta-annotated with metaAnnotationType
 

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

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

Methods in org.jboss.webbeans.introspector.jlr that return types with arguments of type AnnotatedField
 java.util.Set<AnnotatedField<java.lang.Object>> AnnotatedClassImpl.getAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
          Gets the abstracted field annotated with a specific annotation type If the fields map is null, initialize it first
 java.util.Set<AnnotatedField<java.lang.Object>> AnnotatedClassImpl.getFields()
          Gets the abstracted fields of the class Initializes the fields if they are null
 java.util.Set<AnnotatedField<java.lang.Object>> AnnotatedClassImpl.getMetaAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
          Gets abstracted fields with requested meta-annotation type present If the meta-annotations map is null, it is initializes.
 



Copyright © 2008. All Rights Reserved.