Serialized Form
Package org.springframework.boot.configurationmetadata
Class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup extends Object implements Serializable
Serialized Fields
id
String id
properties
Map<String,ConfigurationMetadataProperty> properties
sources
Map<String,ConfigurationMetadataSource> sources
Class org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty extends Object implements Serializable
Class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource extends Object implements Serializable
Class org.springframework.boot.configurationmetadata.Deprecation extends Object implements Serializable
Serialized Fields
level
Deprecation.Level level
reason
String reason
replacement
String replacement
shortReason
String shortReason
Class org.springframework.boot.configurationmetadata.SimpleConfigurationMetadataRepository extends Object implements Serializable
Serialized Fields
allGroups
Map<String,ConfigurationMetadataGroup> allGroups
Class org.springframework.boot.configurationmetadata.ValueHint extends Object implements Serializable
Class org.springframework.boot.configurationmetadata.ValueProvider extends Object implements Serializable