public class SyntheticBeanFactory extends Object
Bean interfaces based on given BeanAttributes,
Class and Producer implementations.| Modifier and Type | Method and Description |
|---|---|
static <T> AbstractSyntheticBean<T> |
create(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> factory,
BeanManagerImpl manager) |
static <T,X> AbstractSyntheticBean<T> |
create(BeanAttributes<T> attributes,
Class<X> beanClass,
ProducerFactory<X> factory,
BeanManagerImpl manager) |
public static <T> AbstractSyntheticBean<T> create(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> factory, BeanManagerImpl manager)
public static <T,X> AbstractSyntheticBean<T> create(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> factory, BeanManagerImpl manager)
Copyright © 2013 Seam Framework. All Rights Reserved.