public interface ContainerObjectFactory
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createContainerObject(Class<T> containerObjectClass)
Creates an instance of the container object.
|
<T> T |
createContainerObject(Class<T> containerObjectClass,
ContainerObjectConfiguration configuration)
Creates an instance of the container object.
|
<T> T |
createContainerObject(Class<T> containerObjectClass,
ContainerObjectConfiguration configuration,
Object containerObjectContainer)
Creates an instance of the container object.
|
<T> T createContainerObject(Class<T> containerObjectClass)
T - type of the container objectcontainerObjectClass - type of the container object to instantiate<T> T createContainerObject(Class<T> containerObjectClass, ContainerObjectConfiguration configuration)
T - type of the container objectcontainerObjectClass - type of the container object to instantiateconfiguration - allows specifying some configuration parameters<T> T createContainerObject(Class<T> containerObjectClass, ContainerObjectConfiguration configuration, Object containerObjectContainer)
T - type of the container objectcontainerObjectClass - type of the container object to instantiateconfiguration - if not null, allows specifying some configuration parameterscontainerObjectContainer - marks this object as the container of the created container objectCopyright © 2017 JBoss by Red Hat. All rights reserved.