| Package | Description |
|---|---|
| org.jboss.weld.bean |
| Modifier and Type | Class and Description |
|---|---|
class |
SyntheticClassBean<T>
Represents a class bean created based on extension-provided
InjectionTarget implementation. |
class |
SyntheticDecorator<T>
Represents a
Decorator created based on extension-provided InjectionTarget implementation. |
class |
SyntheticProducerBean<T,X>
Represents a producer field or producer method created based on extension-provided
Producer implementation. |
| Modifier and Type | Method and Description |
|---|---|
static <T> AbstractSyntheticBean<T> |
SyntheticBeanFactory.create(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> factory,
BeanManagerImpl manager) |
static <T,X> AbstractSyntheticBean<T> |
SyntheticBeanFactory.create(BeanAttributes<T> attributes,
Class<X> beanClass,
ProducerFactory<X> factory,
BeanManagerImpl manager) |
Copyright © 2014 Seam Framework. All Rights Reserved.