Package | Description |
---|---|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
Modifier and Type | Field and Description |
---|---|
static ConfigData.PropertySourceOptions |
ConfigData.PropertySourceOptions.ALWAYS_NONE
ConfigData.PropertySourceOptions instance that always returns
ConfigData.Options.NONE . |
Modifier and Type | Method and Description |
---|---|
static ConfigData.PropertySourceOptions |
ConfigData.PropertySourceOptions.always(ConfigData.Option... options)
Create a new
ConfigData.PropertySourceOptions instance that always returns the
same options regardless of the property source. |
static ConfigData.PropertySourceOptions |
ConfigData.PropertySourceOptions.always(ConfigData.Options options)
Create a new
ConfigData.PropertySourceOptions instance that always returns the
same options regardless of the property source. |
Constructor and Description |
---|
ConfigData(Collection<? extends PropertySource<?>> propertySources,
ConfigData.PropertySourceOptions propertySourceOptions)
Create a new
ConfigData instance with specific property source options. |