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

Packages that use WeldCallable
org.jboss.weld.injection   
org.jboss.weld.introspector   
org.jboss.weld.introspector.jlr   
 

Uses of WeldCallable in org.jboss.weld.injection
 

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

Uses of WeldCallable in org.jboss.weld.introspector
 

Subinterfaces of WeldCallable in org.jboss.weld.introspector
 interface WeldConstructor<T>
          Represents a Class Constructor
 interface WeldMethod<T,X>
          AnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XML
 

Classes in org.jboss.weld.introspector that implement WeldCallable
 class ForwardingWeldConstructor<T>
           
 class ForwardingWeldMethod<T,X>
           
 

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

Classes in org.jboss.weld.introspector.jlr that implement WeldCallable
 class AbstractWeldCallable<T,X,S extends Member>
           
 class WeldConstructorImpl<T>
          Represents an annotated constructor This class is immutable, and therefore threadsafe
 class WeldMethodImpl<T,X>
          Represents an annotated method This class is immutable and therefore threadsafe
 

Methods in org.jboss.weld.introspector.jlr with parameters of type WeldCallable
static
<T,X> WeldParameter<T,X>
WeldParameterImpl.of(java.lang.annotation.Annotation[] annotations, java.lang.Class<T> rawType, java.lang.reflect.Type type, WeldCallable<?,X,?> declaringMember, int position, ClassTransformer classTransformer)
           
static
<T,X> WeldParameter<T,X>
WeldParameterImpl.of(java.util.Set<java.lang.annotation.Annotation> annotations, java.lang.Class<T> rawType, java.lang.reflect.Type type, WeldCallable<?,X,?> declaringMember, int position, ClassTransformer classTransformer)
           
 

Constructors in org.jboss.weld.introspector.jlr with parameters of type WeldCallable
WeldParameterImpl(java.lang.annotation.Annotation[] annotations, java.lang.Class<T> rawType, java.lang.reflect.Type type, WeldCallable<?,X,?> declaringMember, int position, ClassTransformer classTransformer)
          Constructor
 



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