public class ContainerTemplateDTO extends DTO
Modifier and Type | Field and Description |
---|---|
List<ComponentTemplateDTO> |
components
The components defined in this CDI container.
|
List<ExtensionTemplateDTO> |
extensions
The extension dependencies of this CDI container.
|
String |
id
The id of the CDI container.
|
Constructor and Description |
---|
ContainerTemplateDTO() |
public String id
public List<ExtensionTemplateDTO> extensions
Must not be null
May be empty if the CDI container does not require CDI extensions.
public List<ComponentTemplateDTO> components
Must not be null
Has at lest one element for the container component
.
See Container Component.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0