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

Packages that use AnnotatedField
org.jboss.webbeans.bean   
org.jboss.webbeans.injection   
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 with parameters of type AnnotatedField
static
<T> ProducerFieldBean<T>
ProducerFieldBean.of(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.injection
 

Classes in org.jboss.webbeans.injection that implement AnnotatedField
 class FieldInjectionPoint<T>
           
 

Methods in org.jboss.webbeans.injection that return AnnotatedField
protected  AnnotatedField<T> FieldInjectionPoint.delegate()
           
 

Methods in org.jboss.webbeans.injection with parameters of type AnnotatedField
static
<T> FieldInjectionPoint<T>
FieldInjectionPoint.of(Bean<?> declaringBean, AnnotatedField<T> field)
           
 

Constructors in org.jboss.webbeans.injection with parameters of type AnnotatedField
FieldInjectionPoint(Bean<?> declaringBean, AnnotatedField<T> field)
           
 

Uses of AnnotatedField in org.jboss.webbeans.introspector
 

Classes in org.jboss.webbeans.introspector that implement AnnotatedField
 class ForwardingAnnotatedField<T>
           
 class WrappedAnnotatedField<T>
           
 

Methods in org.jboss.webbeans.introspector that return AnnotatedField
protected abstract  AnnotatedField<T> ForwardingAnnotatedField.delegate()
           
protected  AnnotatedField<T> WrappedAnnotatedField.delegate()
           
<F> AnnotatedField<F>
AnnotatedClass.getDeclaredField(java.lang.String fieldName, AnnotatedClass<F> expectedType)
          Get a field by name
<F> AnnotatedField<F>
ForwardingAnnotatedClass.getDeclaredField(java.lang.String fieldName, AnnotatedClass<F> expectedType)
           
 

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

Constructors in org.jboss.webbeans.introspector with parameters of type AnnotatedField
WrappedAnnotatedField(AnnotatedField<T> field, java.util.Set<java.lang.annotation.Annotation> extraAnnotations)
           
 

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 AnnotatedField
<F> AnnotatedField<F>
AnnotatedClassImpl.getDeclaredField(java.lang.String fieldName, AnnotatedClass<F> expectedType)
           
 

Methods in org.jboss.webbeans.introspector.jlr that return types with arguments of type AnnotatedField
 java.util.Set<AnnotatedField<?>> 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<?>> AnnotatedClassImpl.getDeclaredAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
           
 java.util.Set<AnnotatedField<?>> AnnotatedClassImpl.getDeclaredFields()
           
 java.util.Set<AnnotatedField<?>> AnnotatedClassImpl.getFields()
          Gets the abstracted fields of the class Initializes the fields if they are null
 java.util.Set<AnnotatedField<?>> 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 © 2011. All Rights Reserved.