Uses of Interface
org.jboss.weld.introspector.WeldField

Packages that use WeldField
org.jboss.weld.bean   
org.jboss.weld.bean.ee   
org.jboss.weld.bootstrap   
org.jboss.weld.injection   
org.jboss.weld.introspector   
org.jboss.weld.introspector.jlr   
 

Uses of WeldField in org.jboss.weld.bean
 

Methods in org.jboss.weld.bean that return WeldField
 WeldField<T,X> ProducerField.getAnnotatedItem()
          Gets the annotated item representing the field
 

Methods in org.jboss.weld.bean with parameters of type WeldField
static
<X,T> ProducerField<X,T>
ProducerField.of(WeldField<T,X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
          Creates a producer field
 

Constructors in org.jboss.weld.bean with parameters of type WeldField
ProducerField(WeldField<T,X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
          Constructor
 

Uses of WeldField in org.jboss.weld.bean.ee
 

Methods in org.jboss.weld.bean.ee with parameters of type WeldField
static
<X,T> EEResourceProducerField<X,T>
EEResourceProducerField.of(WeldField<T,X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
          Creates an EE resource producer field
static
<X,T extends javax.persistence.EntityManager>
EEResourceProducerField<X,T>
PersistenceContextProducerField.of(WeldField<T,X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
          Creates an EE resource producer field
 

Constructors in org.jboss.weld.bean.ee with parameters of type WeldField
EEResourceProducerField(WeldField<T,X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
           
PersistenceContextProducerField(WeldField<T,X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
           
 

Uses of WeldField in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap with parameters of type WeldField
protected
<X,T> void
AbstractBeanDeployer.createProducerField(AbstractClassBean<X> declaringBean, WeldField<T,X> field)
           
protected  boolean AbstractBeanDeployer.isEEResourceProducerField(WeldField<?,?> field)
           
protected  boolean AbstractBeanDeployer.isPersistenceContextProducerField(WeldField<?,?> field)
           
 

Uses of WeldField in org.jboss.weld.injection
 

Classes in org.jboss.weld.injection that implement WeldField
 class FieldInjectionPoint<T,X>
           
 

Methods in org.jboss.weld.injection that return WeldField
protected  WeldField<T,X> FieldInjectionPoint.delegate()
           
 

Methods in org.jboss.weld.injection with parameters of type WeldField
static
<T,X> FieldInjectionPoint<T,X>
FieldInjectionPoint.of(javax.enterprise.inject.spi.Bean<?> declaringBean, WeldField<T,X> field)
           
 

Constructors in org.jboss.weld.injection with parameters of type WeldField
FieldInjectionPoint(javax.enterprise.inject.spi.Bean<?> declaringBean, WeldField<T,X> field)
           
 

Uses of WeldField in org.jboss.weld.introspector
 

Classes in org.jboss.weld.introspector that implement WeldField
 class ForwardingWeldField<T,X>
           
 

Methods in org.jboss.weld.introspector that return WeldField
protected abstract  WeldField<T,X> ForwardingWeldField.delegate()
           
<F> WeldField<F,?>
WeldClass.getDeclaredWeldField(java.lang.String fieldName, WeldClass<F> expectedType)
          Get a field by name
<F> WeldField<F,?>
ForwardingWeldClass.getDeclaredWeldField(java.lang.String fieldName, WeldClass<F> expectedType)
           
 

Methods in org.jboss.weld.introspector that return types with arguments of type WeldField
 java.util.Set<WeldField<?,?>> WeldClass.getAnnotatedWeldFields(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<WeldField<?,?>> ForwardingWeldClass.getAnnotatedWeldFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
           
 java.util.Set<WeldField<?,T>> WeldClass.getDeclaredAnnotatedWeldFields(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<WeldField<?,T>> ForwardingWeldClass.getDeclaredAnnotatedWeldFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
           
 java.util.Set<WeldField<?,?>> WeldClass.getMetaAnnotatedWeldFields(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
          Gets all fields which are meta-annotated with metaAnnotationType
 java.util.Set<WeldField<?,?>> ForwardingWeldClass.getMetaAnnotatedWeldFields(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
           
 java.util.Set<WeldField<?,?>> WeldClass.getWeldFields()
          Gets all fields on the type
 java.util.Set<WeldField<?,?>> ForwardingWeldClass.getWeldFields()
           
 

Uses of WeldField in org.jboss.weld.introspector.jlr
 

Classes in org.jboss.weld.introspector.jlr that implement WeldField
 class WeldFieldImpl<T,X>
          Represents an annotated field This class is immutable, and therefore threadsafe
 

Methods in org.jboss.weld.introspector.jlr that return WeldField
<F> WeldField<F,?>
WeldClassImpl.getDeclaredWeldField(java.lang.String fieldName, WeldClass<F> expectedType)
           
 

Methods in org.jboss.weld.introspector.jlr that return types with arguments of type WeldField
 java.util.Set<WeldField<?,?>> WeldClassImpl.getAnnotatedWeldFields(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<WeldField<?,T>> WeldClassImpl.getDeclaredAnnotatedWeldFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
           
 java.util.Set<WeldField<?,?>> WeldClassImpl.getDeclaredFields()
           
 java.util.Set<WeldField<?,?>> WeldClassImpl.getMetaAnnotatedWeldFields(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.
 java.util.Set<WeldField<?,?>> WeldClassImpl.getWeldFields()
          Gets the abstracted fields of the class Initializes the fields if they are null
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.