Package org.jboss.weld.bean.attributes
Class BeanAttributesFactory
- java.lang.Object
-
- org.jboss.weld.bean.attributes.BeanAttributesFactory
-
public class BeanAttributesFactory extends Object
CreatesBeanAttributesbased on a given annotated.- Author:
- Jozef Hartinger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBeanAttributesFactory.BeanAttributesBuilder<T>
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> BeanAttributes<T>forBean(EnhancedAnnotated<T,?> annotated, BeanManagerImpl manager)Creates newBeanAttributesto represent a managed bean.static <T> BeanAttributes<T>forNewBean(Set<Type> types, Class<?> javaClass)static <T> BeanAttributes<T>forNewManagedBean(EnhancedAnnotatedType<T> weldClass, BeanManagerImpl manager)
-
-
-
Method Detail
-
forBean
public static <T> BeanAttributes<T> forBean(EnhancedAnnotated<T,?> annotated, BeanManagerImpl manager)
Creates newBeanAttributesto represent a managed bean.
-
forNewBean
public static <T> BeanAttributes<T> forNewBean(Set<Type> types, Class<?> javaClass)
-
forNewManagedBean
public static <T> BeanAttributes<T> forNewManagedBean(EnhancedAnnotatedType<T> weldClass, BeanManagerImpl manager)
-
-