Uses of Interface
org.springframework.boot.context.config.ConfigData.PropertySourceOptions
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigData.PropertySourceOptions in org.springframework.boot.context.config
Modifier and TypeFieldDescriptionstatic final ConfigData.PropertySourceOptions
ConfigData.PropertySourceOptions.ALWAYS_NONE
ConfigData.PropertySourceOptions
instance that always returnsConfigData.Options.NONE
.Modifier and TypeMethodDescriptionConfigData.PropertySourceOptions.always
(ConfigData.Option... options) Create a newConfigData.PropertySourceOptions
instance that always returns the same options regardless of the property source.ConfigData.PropertySourceOptions.always
(ConfigData.Options options) Create a newConfigData.PropertySourceOptions
instance that always returns the same options regardless of the property source.ModifierConstructorDescriptionConfigData
(Collection<? extends PropertySource<?>> propertySources, ConfigData.PropertySourceOptions propertySourceOptions) Create a newConfigData
instance with specific property source options.