| Package | Description |
|---|---|
| org.springframework.boot.configurationprocessor.metadata |
The configuration properties meta-data model and JSON writing support.
|
| Modifier and Type | Method and Description |
|---|---|
ItemDeprecation |
ItemMetadata.getDeprecation() |
| Modifier and Type | Method and Description |
|---|---|
static ItemMetadata |
ItemMetadata.newProperty(String prefix,
String name,
String type,
String sourceType,
String sourceMethod,
String description,
Object defaultValue,
ItemDeprecation deprecation) |
void |
ItemMetadata.setDeprecation(ItemDeprecation deprecation) |