| Package | Description |
|---|---|
| org.springframework.boot.configurationprocessor.metadata |
The configuration properties meta-data model and JSON writing support.
|
| Modifier and Type | Method and Description |
|---|---|
static ItemHint |
ItemHint.newHint(String name,
ItemHint.ValueHint... values) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemHint> |
ConfigurationMetadata.getHints()
Return hint meta-data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationMetadata.add(ItemHint itemHint)
Add item hint.
|
int |
ItemHint.compareTo(ItemHint other) |