public class BeanAttributesFactory extends Object
BeanAttributes based on a given annotated.| Modifier and Type | Class and Description |
|---|---|
static class |
BeanAttributesFactory.BeanAttributesBuilder<T> |
| 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(Set<Type> types,
Class<?> javaClass) |
static <T> BeanAttributes<T> |
forNewManagedBean(EnhancedAnnotatedType<T> weldClass,
BeanManagerImpl manager) |
public static <T> BeanAttributes<T> forBean(EnhancedAnnotated<T,?> annotated, BeanManagerImpl manager)
BeanAttributes to represent a managed bean.public static <T> BeanAttributes<T> forNewBean(Set<Type> types, Class<?> javaClass)
public static <T> BeanAttributes<T> forNewManagedBean(EnhancedAnnotatedType<T> weldClass, BeanManagerImpl manager)
Copyright © 2015. All Rights Reserved.