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 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, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          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, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          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, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          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, org.jboss.weld.bootstrap.api.ServiceRegistry services)
           
 

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()
           
 WeldField<T,X> FieldInjectionPoint.getWeldField()
           
 

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, WeldClass<?> injectionTargetClass, WeldField<T,X> field)
           
 

Constructors in org.jboss.weld.injection with parameters of type WeldField
FieldInjectionPoint(javax.enterprise.inject.spi.Bean<?> declaringBean, WeldClass<?> injectionTargetClass, 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(String fieldName)
          Get a field by name
<F> WeldField<F,?>
ForwardingWeldClass.getDeclaredWeldField(String fieldName)
           
 

Methods in org.jboss.weld.introspector that return types with arguments of type WeldField
 Collection<WeldField<?,? super T>> WeldClass.getDeclaredWeldFields(Class<? extends Annotation> annotationType)
          Gets all fields which are annotated with the given annotation type on this class only.
 Collection<WeldField<?,? super T>> ForwardingWeldClass.getDeclaredWeldFields(Class<? extends Annotation> annotationType)
           
 Collection<WeldField<?,?>> WeldClass.getWeldFields()
          Gets all fields on the type
 Collection<WeldField<?,?>> ForwardingWeldClass.getWeldFields()
           
 Collection<WeldField<?,?>> WeldClass.getWeldFields(Class<? extends Annotation> annotationType)
          Gets all fields which are annotated with the given annotation type on this class and all super classes
 Collection<WeldField<?,?>> ForwardingWeldClass.getWeldFields(Class<? extends 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(String fieldName)
           
 

Methods in org.jboss.weld.introspector.jlr that return types with arguments of type WeldField
 Collection<WeldField<?,?>> WeldClassImpl.getDeclaredFields()
           
 Collection<WeldField<?,? super T>> WeldClassImpl.getDeclaredWeldFields(Class<? extends Annotation> annotationType)
           
 Collection<WeldField<?,?>> WeldClassImpl.getWeldFields()
          Gets the abstracted fields of the class

Initializes the fields if they are null

 Collection<WeldField<?,?>> WeldClassImpl.getWeldFields(Class<? extends Annotation> annotationType)
          Gets the abstracted field annotated with a specific annotation type

If the fields map is null, initialize it first

 



Copyright © 2013 Seam Framework. All Rights Reserved.