public class ExtendedConfigurationTemplateDTO
extends org.osgi.service.cdi.runtime.dto.template.ConfigurationTemplateDTO
Modifier and Type | Field and Description |
---|---|
ComponentPropertiesBean |
bean |
Class<?> |
beanClass
The bean class which the synthetic bean required to resolve the
injection point must provide.
|
Class<?> |
declaringClass
The class which declared the reference.
|
Type |
injectionPointType
The type of the injection point declaring the configuration.
|
Constructor and Description |
---|
ExtendedConfigurationTemplateDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
public Class<?> beanClass
public Class<?> declaringClass
public Type injectionPointType
public ComponentPropertiesBean bean
Copyright © 2019 The Apache Software Foundation. All rights reserved.