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