Uses of Interface
org.springframework.boot.context.config.ConfigData.PropertySourceOptions
Packages that use 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
Fields in org.springframework.boot.context.config declared as ConfigData.PropertySourceOptionsModifier and TypeFieldDescriptionstatic final ConfigData.PropertySourceOptions
ConfigData.PropertySourceOptions.ALWAYS_NONE
ConfigData.PropertySourceOptions
instance that always returnsConfigData.Options.NONE
.Methods in org.springframework.boot.context.config that return ConfigData.PropertySourceOptionsModifier 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.Constructors in org.springframework.boot.context.config with parameters of type ConfigData.PropertySourceOptionsModifierConstructorDescriptionConfigData
(Collection<? extends PropertySource<?>> propertySources, ConfigData.PropertySourceOptions propertySourceOptions) Create a newConfigData
instance with specific property source options.