Uses of Class
org.jboss.weld.bean.AbstractSyntheticBean
-
Packages that use AbstractSyntheticBean Package Description org.jboss.weld.bean -
-
Uses of AbstractSyntheticBean in org.jboss.weld.bean
Subclasses of AbstractSyntheticBean in org.jboss.weld.bean Modifier and Type Class Description classSyntheticClassBean<T>Represents a class bean created based on extension-providedInjectionTargetimplementation.classSyntheticDecorator<T>Represents aDecoratorcreated based on extension-providedInjectionTargetimplementation.classSyntheticProducerBean<T,X>Represents a producer field or producer method created based on extension-providedProducerimplementation.Methods in org.jboss.weld.bean that return AbstractSyntheticBean Modifier and Type Method 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)
-