public class ConfigurationMetadataSource extends Object implements Serializable
@Bean.| Constructor and Description | 
|---|
ConfigurationMetadataSource()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
A description of this source, if any. 
 | 
String | 
getGroupId()
The identifier of the group to which this source is associated. 
 | 
Map<String,ConfigurationMetadataProperty> | 
getProperties()
Return the properties defined by this source. 
 | 
String | 
getShortDescription()
A single-line, single-sentence description of this source, if any. 
 | 
String | 
getSourceMethod()
The method name that defines this source, if any. 
 | 
String | 
getSourceType()
The type where this source is defined. 
 | 
String | 
getType()
The type of the source. 
 | 
void | 
setShortDescription(String shortDescription)  | 
public String getGroupId()
public String getType()
public String getDescription()
getShortDescription()public String getShortDescription()
getDescription()public void setShortDescription(String shortDescription)
public String getSourceType()
type if the source is self-defined.public String getSourceMethod()
public Map<String,ConfigurationMetadataProperty> getProperties()