Modifier and Type | Interface and Description |
---|---|
interface |
EnhancedAnnotatedCallable<T,X,S extends Member> |
interface |
EnhancedAnnotatedConstructor<T>
Represents a Class Constructor
|
interface |
EnhancedAnnotatedField<T,X>
AnnotatedField provides a uniform access to the annotations on an annotated
field
|
interface |
EnhancedAnnotatedMember<T,X,S extends Member>
AnnotatedMember provides enhanced access to an annotated member
|
interface |
EnhancedAnnotatedMethod<T,X>
AnnotatedType provides a uniform access to the annotations on an annotated
class defined either in Java or XML
|
interface |
EnhancedAnnotatedParameter<T,X>
AnnotatedParameter provides a uniform access to a method parameter defined
either in Java or XML
|
interface |
EnhancedAnnotatedType<T>
Represents a Class
|
interface |
EnhancedAnnotation<T extends Annotation>
Represents a meta annotation
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEnhancedAnnotated<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 |
AbstractEnhancedAnnotatedCallable<T,X,S extends Member> |
class |
AbstractEnhancedAnnotatedMember<T,X,S extends Member>
Represents an abstract annotated member (field, method or constructor)
This class is immutable, and therefore threadsafe
|
class |
EnhancedAnnotatedConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
class |
EnhancedAnnotatedFieldImpl<T,X>
Represents an annotated field
This class is immutable, and therefore threadsafe
|
class |
EnhancedAnnotatedMethodImpl<T,X>
Represents an annotated method
This class is immutable and therefore threadsafe
|
class |
EnhancedAnnotatedParameterImpl<T,X>
Represents a parameter
This class is immutable and therefore threadsafe
|
class |
EnhancedAnnotatedTypeImpl<T>
Represents an annotated class
This class is immutable, and therefore threadsafe
|
class |
EnhancedAnnotationImpl<T extends Annotation>
Represents an annotated annotation
This class is immutable and therefore threadsafe
|
Modifier and Type | Method and Description |
---|---|
abstract EnhancedAnnotated<T,S> |
AbstractBean.getEnhancedAnnotated()
Returns the weld-enhanced annotated item the bean represents.
|
Modifier and Type | Method and Description |
---|---|
static <T> javax.enterprise.inject.spi.BeanAttributes<T> |
BeanAttributesFactory.forBean(EnhancedAnnotated<T,?> annotated,
BeanManagerImpl manager)
Creates new
BeanAttributes to represent a managed bean. |
Modifier and Type | Method and Description |
---|---|
static <T,E> MergedStereotypes<T,E> |
MergedStereotypes.of(EnhancedAnnotated<T,E> annotated,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
static <T,S,X extends EnhancedAnnotated<T,S>> |
Beans.checkEnhancedAnnotatedAvailable(X enhancedAnnotated) |
Modifier and Type | Method and Description |
---|---|
static Set<Type> |
Beans.getTypes(EnhancedAnnotated<?,?> annotated)
Bean types from an annotated element
|
static <T> Set<Type> |
Beans.getTypes(EnhancedAnnotated<T,?> annotated,
org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)
Bean types of a session bean.
|
static boolean |
Beans.isAlternative(EnhancedAnnotated<?,?> annotated,
MergedStereotypes<?,?> mergedStereotypes)
Is alternative.
|
Modifier and Type | Class and Description |
---|---|
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> |
Modifier and Type | Method and Description |
---|---|
protected abstract EnhancedAnnotated<T,S> |
ForwardingWeldAnnotated.delegate() |
Copyright © 2016. All rights reserved.