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<?> beanClass,
Producer<T> producer,
BeanManagerImpl manager) |
static <T> AbstractSyntheticBean<T> |
create(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTarget<T> injectionTarget,
BeanManagerImpl manager) |
public static <T> AbstractSyntheticBean<T> create(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTarget<T> injectionTarget, BeanManagerImpl manager)
public static <T> AbstractSyntheticBean<T> create(BeanAttributes<T> attributes, Class<?> beanClass, Producer<T> producer, BeanManagerImpl manager)
Copyright © 2012 Seam Framework. All Rights Reserved.