| Package | Description |
|---|---|
| org.jboss.weld.injection.producer |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.injection.producer.ejb |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| 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,
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 © 2015. All Rights Reserved.