Package | Description |
---|---|
org.springframework.boot.context.properties.source |
Sources for external configuration properties.
|
Modifier and Type | Class and Description |
---|---|
class |
MapConfigurationPropertySource
An
ConfigurationPropertySource backed by a Map and using standard name
mapping rules. |
Modifier and Type | Method and Description |
---|---|
default IterableConfigurationPropertySource |
IterableConfigurationPropertySource.filter(Predicate<ConfigurationPropertyName> filter) |
default IterableConfigurationPropertySource |
IterableConfigurationPropertySource.withAliases(ConfigurationPropertyNameAliases aliases) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.