See: Description
Interface | Description |
---|---|
ConfigurationMetadataRepository |
A repository of configuration metadata.
|
Class | Description |
---|---|
ConfigurationMetadataGroup |
Gather a collection of
properties that are
sharing a common prefix . |
ConfigurationMetadataProperty |
Define a configuration property.
|
ConfigurationMetadataRepositoryJsonBuilder |
Load a
ConfigurationMetadataRepository from the content of arbitrary
resource(s). |
ConfigurationMetadataSource |
A source of configuration metadata.
|
Deprecation |
Indicate that a property is deprecated.
|
Hints |
Hints of an item to provide the list of values and/or the name of the provider
responsible to identify suitable values.
|
SimpleConfigurationMetadataRepository |
The default
ConfigurationMetadataRepository implementation. |
ValueHint |
Hint for a value a given property may have.
|
ValueProvider |
Define a component that is able to provide the values of a property.
|
Enum | Description |
---|---|
Deprecation.Level |
Define the deprecation level.
|