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 | Method and Description |
---|---|
static ConfigData.Option |
ConfigData.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigData.Option[] |
ConfigData.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ConfigData.Option> |
ConfigData.getOptions()
Return a set of
config data options for this source. |
Constructor and Description |
---|
ConfigData(Collection<? extends PropertySource<?>> propertySources,
ConfigData.Option... options)
Create a new
ConfigData instance. |