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>
           
 class ProxyClassConstructorInjectionPointWrapper<T>
          A wrapper on a ConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the original (e.g.
 

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>
           
 

Methods in org.jboss.weld.introspector that return WeldCallable
 WeldCallable<?,X,?> WeldParameter.getDeclaringWeldCallable()
           
 WeldCallable<?,X,?> ForwardingWeldParameter.getDeclaringWeldCallable()
           
 

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 that return WeldCallable
 WeldCallable<?,X,?> WeldParameterImpl.getDeclaringWeldCallable()
           
 

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

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



Copyright © 2013 Seam Framework. All Rights Reserved.