Package | Description |
---|---|
org.springframework.boot.configurationprocessor |
Annotation processor to create
@ConfigurationProperties meta-data files. |
org.springframework.boot.configurationprocessor.metadata |
The configuration properties meta-data model and JSON writing support.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataCollector.add(ItemMetadata metadata) |
boolean |
MetadataCollector.hasSimilarGroup(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,
ItemDeprecation deprecation) |
Modifier and Type | Method and Description |
---|---|
List<ItemMetadata> |
ConfigurationMetadata.getItems()
Return item meta-data.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationMetadata.add(ItemMetadata itemMetadata)
Add item meta-data.
|
int |
ItemMetadata.compareTo(ItemMetadata o) |
boolean |
ItemMetadata.hasSameType(ItemMetadata metadata) |
protected void |
ConfigurationMetadata.mergeItemMetadata(ItemMetadata metadata) |