- getAllGroups() - Method in interface org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository
-
Return the groups, indexed by id.
- getAllGroups() - Method in class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
-
- getAllProperties() - Method in interface org.springframework.boot.configurationmetadata.ConfigurationMetadataRepository
-
Return the properties, indexed by id.
- getAllProperties() - Method in class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository
-
- getDefaultValue() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
The default value, if any.
- getDeprecation() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
- getDescription() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
A description of the property, if any.
- getDescription() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
-
A description of this source, if any.
- getDescription() - Method in class org.springframework.boot.configurationmetadata.ValueHint
-
A description of this value, if any.
- getGroupId() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
-
The identifier of the group to which this source is associated.
- getHints() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
Return the hints of this item.
- getId() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
-
Return the id of the group, used as a common prefix for all properties associated
to it.
- getId() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
The full identifier of the property, in lowercase dashed form (e.g.
- getKeyHints() - Method in class org.springframework.boot.configurationmetadata.Hints
-
The list of well-defined keys, if any.
- getKeyProviders() - Method in class org.springframework.boot.configurationmetadata.Hints
-
The value providers that are applicable to the keys of this item.
- getName() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
The name of the property, in lowercase dashed form (e.g.
- getName() - Method in class org.springframework.boot.configurationmetadata.ValueProvider
-
Return the name of the provider.
- getParameters() - Method in class org.springframework.boot.configurationmetadata.ValueProvider
-
Return the parameters.
- getProperties() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
-
- getProperties() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
-
Return the properties defined by this source.
- getReason() - Method in class org.springframework.boot.configurationmetadata.Deprecation
-
A reason why the related property is deprecated, if any.
- getReplacement() - Method in class org.springframework.boot.configurationmetadata.Deprecation
-
The full name of the property that replaces the related deprecated property, if
any.
- getShortDescription() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
A single-line, single-sentence description of this property, if any.
- getShortDescription() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
-
A single-line, single-sentence description of this source, if any.
- getShortDescription() - Method in class org.springframework.boot.configurationmetadata.ValueHint
-
A single-line, single-sentence description of this hint, if any.
- getSourceMethod() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
-
The method name that defines this source, if any.
- getSources() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
-
Return the
sources defining the properties of
this group.
- getSourceType() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
-
The type where this source is defined.
- getType() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
The class name of the data type of the property.
- getType() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
-
The type of the source.
- getValue() - Method in class org.springframework.boot.configurationmetadata.ValueHint
-
Return the hint value.
- getValueHints() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
Deprecated.
- getValueHints() - Method in class org.springframework.boot.configurationmetadata.Hints
-
The list of well-defined values, if any.
- getValueProviders() - Method in class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty
-
Deprecated.
- getValueProviders() - Method in class org.springframework.boot.configurationmetadata.Hints
-
The value providers that are applicable to this item.