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

Packages that use WeldAnnotated
org.jboss.weld   
org.jboss.weld.bean   
org.jboss.weld.injection   
org.jboss.weld.introspector   
org.jboss.weld.introspector.jlr   
org.jboss.weld.resolution   
 

Uses of WeldAnnotated in org.jboss.weld
 

Methods in org.jboss.weld with parameters of type WeldAnnotated
<T> javax.enterprise.inject.spi.Bean<T>
BeanManagerImpl.getBean(WeldAnnotated<T,?> element, java.lang.annotation.Annotation... bindings)
           
 java.util.Set<javax.enterprise.inject.spi.Bean<?>> BeanManagerImpl.getBeans(WeldAnnotated<?,?> element, java.lang.annotation.Annotation... bindings)
           
 

Uses of WeldAnnotated in org.jboss.weld.bean
 

Methods in org.jboss.weld.bean that return WeldAnnotated
abstract  WeldAnnotated<T,S> AbstractBean.getAnnotatedItem()
          Returns the annotated time the bean represents
 

Uses of WeldAnnotated in org.jboss.weld.injection
 

Subinterfaces of WeldAnnotated in org.jboss.weld.injection
 interface WeldInjectionPoint<T,S>
           
 

Classes in org.jboss.weld.injection that implement WeldAnnotated
 class ConstructorInjectionPoint<T>
           
 class FieldInjectionPoint<T,X>
           
 class MethodInjectionPoint<T,X>
           
 class ParameterInjectionPoint<T,X>
           
 

Uses of WeldAnnotated in org.jboss.weld.introspector
 

Subinterfaces of WeldAnnotated in org.jboss.weld.introspector
 interface WeldAnnotation<T extends Annotation>
          Represents a meta annotation
 interface WeldCallable<T,X,S extends Member>
           
 interface WeldClass<T>
          Represents a Class
 interface WeldConstructor<T>
          Represents a Class Constructor
 interface WeldField<T,X>
          AnnotatedField provides a uniform access to the annotations on an annotated field
 interface WeldMember<T,X,S extends Member>
          AnnotedMember provides enhanced access to an annotated member
 interface WeldMethod<T,X>
          AnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XML
 interface WeldParameter<T,X>
          AnnotatedParameter provides a uniform access to a method parameter defined either in Java or XML
 

Classes in org.jboss.weld.introspector that implement WeldAnnotated
 class ForwardingWeldAnnotated<T,S>
          Provides an abstraction for delegating access to an annotated item
 class ForwardingWeldAnnotation<T extends Annotation>
           
 class ForwardingWeldClass<T>
           
 class ForwardingWeldConstructor<T>
           
 class ForwardingWeldField<T,X>
           
 class ForwardingWeldMember<T,X,S extends Member>
           
 class ForwardingWeldMethod<T,X>
           
 class ForwardingWeldParameter<T,X>
           
 

Methods in org.jboss.weld.introspector that return WeldAnnotated
protected abstract  WeldAnnotated<T,S> ForwardingWeldAnnotated.delegate()
           
 

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

Classes in org.jboss.weld.introspector.jlr that implement WeldAnnotated
 class AbstractWeldAnnotated<T,S>
          Represents functionality common for all annotated items, mainly different mappings of the annotations and meta-annotations AbstractAnnotatedItem is an immutable class and therefore threadsafe
 class AbstractWeldCallable<T,X,S extends Member>
           
 class AbstractWeldMember<T,X,S extends Member>
          Represents an abstract annotated memeber (field, method or constructor) This class is immutable, and therefore threadsafe
 class WeldAnnotationImpl<T extends Annotation>
          Represents an annotated annotation This class is immutable and therefore threadsafe
 class WeldClassImpl<T>
          Represents an annotated class This class is immutable, and therefore threadsafe
 class WeldConstructorImpl<T>
          Represents an annotated constructor This class is immutable, and therefore threadsafe
 class WeldFieldImpl<T,X>
          Represents an annotated field This class is immutable, and therefore threadsafe
 class WeldMethodImpl<T,X>
          Represents an annotated method This class is immutable and therefore threadsafe
 class WeldParameterImpl<T,X>
          Represents a parameter This class is immutable and therefore threadsafe
 

Uses of WeldAnnotated in org.jboss.weld.resolution
 

Classes in org.jboss.weld.resolution that implement WeldAnnotated
 class ResolvableWeldClass<T>
           
 

Methods in org.jboss.weld.resolution that return WeldAnnotated
static
<T> WeldAnnotated<T,java.lang.Class<T>>
ResolvableWeldClass.of(javax.enterprise.inject.spi.InjectionPoint injectionPoint, BeanManagerImpl manager)
           
static
<T> WeldAnnotated<T,java.lang.Class<T>>
ResolvableWeldClass.of(java.lang.reflect.Member member, java.lang.annotation.Annotation[] annotations, BeanManagerImpl manager)
           
static
<T> WeldAnnotated<T,java.lang.Class<T>>
ResolvableWeldClass.of(java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, BeanManagerImpl manager)
           
static
<T> WeldAnnotated<T,java.lang.Class<T>>
ResolvableWeldClass.of(javax.enterprise.inject.TypeLiteral<T> typeLiteral, java.lang.annotation.Annotation[] annotations, BeanManagerImpl manager)
           
 

Methods in org.jboss.weld.resolution with parameters of type WeldAnnotated
static Resolvable ResolvableFactory.of(WeldAnnotated<?,?> element)
           
 



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