public class BeanAttributesFactory
extends java.lang.Object
BeanAttributes based on a given annotated.| Modifier and Type | Method and Description |
|---|---|
static <T> BeanAttributes<T> |
forBean(EnhancedAnnotated<T,?> annotated,
BeanManagerImpl manager)
Creates new
BeanAttributes to represent a managed bean. |
static <T> BeanAttributes<T> |
forNewBean(java.util.Set<java.lang.reflect.Type> types,
java.lang.Class<?> javaClass) |
static <T> BeanAttributes<T> |
forNewManagedBean(EnhancedAnnotatedType<T> weldClass,
BeanManagerImpl manager) |
static <T> BeanAttributes<T> |
forNewSessionBean(BeanAttributes<T> originalAttributes,
java.lang.Class<?> javaClass) |
static <T> BeanAttributes<T> |
forSessionBean(EnhancedAnnotatedType<T> annotated,
InternalEjbDescriptor<?> descriptor,
BeanManagerImpl manager)
Creates new
BeanAttributes to represent a session bean. |
public static <T> BeanAttributes<T> forBean(EnhancedAnnotated<T,?> annotated, BeanManagerImpl manager)
BeanAttributes to represent a managed bean.public static <T> BeanAttributes<T> forSessionBean(EnhancedAnnotatedType<T> annotated, InternalEjbDescriptor<?> descriptor, BeanManagerImpl manager)
BeanAttributes to represent a session bean.public static <T> BeanAttributes<T> forNewBean(java.util.Set<java.lang.reflect.Type> types, java.lang.Class<?> javaClass)
public static <T> BeanAttributes<T> forNewManagedBean(EnhancedAnnotatedType<T> weldClass, BeanManagerImpl manager)
public static <T> BeanAttributes<T> forNewSessionBean(BeanAttributes<T> originalAttributes, java.lang.Class<?> javaClass)
Copyright © 2015. All Rights Reserved.