Uses of Class
org.osgi.service.cdi.runtime.dto.template.ConfigurationTemplateDTO
-
Packages that use ConfigurationTemplateDTO Package Description org.osgi.service.cdi.runtime.dto CDI Integration Package Version 1.0.org.osgi.service.cdi.runtime.dto.template CDI Integration Package Version 1.0. -
-
Uses of ConfigurationTemplateDTO in org.osgi.service.cdi.runtime.dto
Fields in org.osgi.service.cdi.runtime.dto declared as ConfigurationTemplateDTO Modifier and Type Field Description ConfigurationTemplateDTO
ConfigurationDTO. template
The template of this configuration dependency -
Uses of ConfigurationTemplateDTO in org.osgi.service.cdi.runtime.dto.template
Fields in org.osgi.service.cdi.runtime.dto.template with type parameters of type ConfigurationTemplateDTO Modifier and Type Field Description java.util.List<ConfigurationTemplateDTO>
ComponentTemplateDTO. configurations
The configuration dependencies of this component.
-