Serialized Form
-
Package org.springframework.boot.configurationmetadata
-
Class org.springframework.boot.configurationmetadata.ConfigurationMetadataGroup
class 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
class ConfigurationMetadataProperty extends Object implements Serializable -
Class org.springframework.boot.configurationmetadata.ConfigurationMetadataSource
class ConfigurationMetadataSource extends Object implements Serializable -
Class org.springframework.boot.configurationmetadata.Deprecation
class 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
class SimpleConfigurationMetadataRepository extends Object implements Serializable-
Serialized Fields
-
allGroups
Map<String,
ConfigurationMetadataGroup> allGroups
-
-
-
Class org.springframework.boot.configurationmetadata.ValueHint
class ValueHint extends Object implements Serializable -
Class org.springframework.boot.configurationmetadata.ValueProvider
class ValueProvider extends Object implements Serializable
-