Dependencies
- com.vaadin.external.google/android-json/0.0.20131108.vaadin1
- java/11
- org.springframework.boot/spring-boot/2.3.3.RELEASE
- org.springframework.boot/spring-boot-configuration-metadata/2.3.3.RELEASE
- org.springframework/spring-aop/5.2.8.RELEASE
- org.springframework/spring-beans/5.2.8.RELEASE
- org.springframework/spring-context/5.2.8.RELEASE
- org.springframework/spring-core/5.2.8.RELEASE
- org.springframework/spring-expression/5.2.8.RELEASE
- org.springframework/spring-jcl/5.2.8.RELEASE
Declarations
-
org
-
springframework
-
boot
-
context
-
properties
-
migrator
-
PropertiesMigrationListener
- logger: Log
- report: PropertiesMigrationReport
- reported: boolean
- onApplicationEvent(SpringApplicationEvent): void
- onApplicationPreparedEvent(ApplicationPreparedEvent): void
- loadRepository(): ConfigurationMetadataRepository
- loadRepository(ConfigurationMetadataRepositoryJsonBuilder): ConfigurationMetadataRepository
- logLegacyPropertiesReport(): void
-
PropertiesMigrationReport
- content: Map<String, LegacyProperties>
- getWarningReport(): String
- getErrorReport(): String
- getContent(Function<LegacyProperties, List<PropertyMigration>>): Map<String, List<PropertyMigration>>
- append(StringBuilder, Map<String, List<PropertyMigration>>): void
- add(String, List<PropertyMigration>): void
- LegacyProperties
-
PropertiesMigrationReporter
- allProperties: Map<String, ConfigurationMetadataProperty>
- environment: ConfigurableEnvironment
- PropertiesMigrationReporter(ConfigurationMetadataRepository, ConfigurableEnvironment): void
- getReport(): PropertiesMigrationReport
- mapPropertiesWithReplacement(PropertiesMigrationReport, String, List<PropertyMigration>): PropertySource<Object>
- getMatchingProperties(Predicate<ConfigurationMetadataProperty>): Map<String, List<PropertyMigration>>
- determineReplacementMetadata(ConfigurationMetadataProperty): ConfigurationMetadataProperty
- detectMapValueReplacement(String): ConfigurationMetadataProperty
- getPropertySourcesAsMap(): Map<String, ConfigurationPropertySource>
- determinePropertySourceName(ConfigurationPropertySource): String
-
PropertyMigration
- COMPARATOR: Comparator<PropertyMigration>
- property: ConfigurationProperty
- lineNumber: Integer
- metadata: ConfigurationMetadataProperty
- replacementMetadata: ConfigurationMetadataProperty
- compatibleType: boolean
- PropertyMigration(ConfigurationProperty, ConfigurationMetadataProperty, ConfigurationMetadataProperty): void
- determineLineNumber(ConfigurationProperty): Integer
- determineCompatibleType(ConfigurationMetadataProperty, ConfigurationMetadataProperty): boolean
- determineReplacementType(ConfigurationMetadataProperty): String
- getProperty(): ConfigurationProperty
- getLineNumber(): Integer
- getMetadata(): ConfigurationMetadataProperty
- isCompatibleType(): boolean
- determineReason(): String
-
PropertiesMigrationListener
-
migrator
-
properties
-
context
-
boot
-
springframework