Package | Description |
---|---|
org.jboss.weld.injection.producer | |
org.jboss.weld.injection.producer.ejb |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstantiator<T>
Creates a new Java object by calling its class constructor.
|
class |
SubclassedComponentInstantiator<T>
Instantiates an enhanced subclass of a given component class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BeanInjectionTarget.buildInterceptionModel(EnhancedAnnotatedType<T> annotatedType,
AbstractInstantiator<T> instantiator) |
static <T> SubclassedComponentInstantiator<T> |
SubclassedComponentInstantiator.forInterceptedDecoratedBean(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
AbstractInstantiator<T> delegate,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionBeanInjectionTarget.buildInterceptionModel(EnhancedAnnotatedType<T> annotatedType,
AbstractInstantiator<T> instantiator) |
Copyright © 2016. All rights reserved.