| Package | Description |
|---|---|
| org.springframework.boot.configurationprocessor | |
| org.springframework.boot.configurationprocessor.metadata |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataCollector.add(ItemMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
static ItemMetadata |
ItemMetadata.newGroup(String name,
String type,
String sourceType,
String sourceMethod) |
static ItemMetadata |
ItemMetadata.newProperty(String prefix,
String name,
String type,
String sourceType,
String sourceMethod,
String description,
Object defaultValue,
boolean deprecated) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemMetadata> |
ConfigurationMetadata.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationMetadata.add(ItemMetadata itemMetadata)
Add item meta-data.
|
int |
ItemMetadata.compareTo(ItemMetadata o) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.