| Package | Description |
|---|---|
| org.springframework.boot.configurationprocessor.metadata |
The configuration properties meta-data model and JSON writing support.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemHint.ValueHint> |
ItemHint.getValues() |
| Modifier and Type | Method and Description |
|---|---|
static ItemHint |
ItemHint.newHint(String name,
ItemHint.ValueHint... values) |
| Constructor and Description |
|---|
ItemHint(String name,
List<ItemHint.ValueHint> values,
List<ItemHint.ValueProvider> providers) |