|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeldMember | |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.injection | |
org.jboss.weld.introspector | |
org.jboss.weld.introspector.jlr |
Uses of WeldMember in org.jboss.weld.bean |
---|
Methods in org.jboss.weld.bean that return WeldMember | |
---|---|
abstract WeldMember<T,? super X,S> |
AbstractProducerBean.getWeldAnnotated()
|
abstract WeldMember<T,?,S> |
AbstractReceiverBean.getWeldAnnotated()
|
Uses of WeldMember in org.jboss.weld.injection |
---|
Classes in org.jboss.weld.injection that implement WeldMember | |
---|---|
class |
ConstructorInjectionPoint<T>
|
class |
FieldInjectionPoint<T,X>
|
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 WeldMember in org.jboss.weld.introspector |
---|
Subinterfaces of WeldMember in org.jboss.weld.introspector | |
---|---|
interface |
WeldCallable<T,X,S extends Member>
|
interface |
WeldConstructor<T>
Represents a Class Constructor |
interface |
WeldField<T,X>
AnnotatedField provides a uniform access to the annotations on an annotated field |
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 WeldMember | |
---|---|
class |
ForwardingWeldConstructor<T>
|
class |
ForwardingWeldField<T,X>
|
class |
ForwardingWeldMember<T,X,S extends Member>
|
class |
ForwardingWeldMethod<T,X>
|
Methods in org.jboss.weld.introspector that return WeldMember | |
---|---|
protected abstract WeldMember<T,X,S> |
ForwardingWeldMember.delegate()
|
Uses of WeldMember in org.jboss.weld.introspector.jlr |
---|
Classes in org.jboss.weld.introspector.jlr that implement WeldMember | |
---|---|
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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |