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

Packages that use WeldField
org.jboss.weld.bean   
org.jboss.weld.bean.builtin.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,? super X> ProducerField.getWeldAnnotated()
          Gets the annotated item representing the field
 

Methods in org.jboss.weld.bean with parameters of type WeldField
protected static java.lang.String ProducerField.createId(WeldField<?,?> field, AbstractClassBean<?> declaringBean)
           
static
<X,T> ProducerField<X,T>
ProducerField.of(WeldField<T,? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager)
          Creates a producer field
 

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

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

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

Constructors in org.jboss.weld.bean.builtin.ee with parameters of type WeldField
EEResourceProducerField(WeldField<T,? super 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,? super X> field)
           
protected  boolean AbstractBeanDeployer.isEEResourceProducerField(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)
          Get a field by name
<F> WeldField<F,?>
ForwardingWeldClass.getDeclaredWeldField(java.lang.String fieldName)
           
 

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

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)
           
 

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



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