Uses of Package
org.springframework.boot.context.properties.source
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
Support for external configuration properties.
Support for
@ConfigurationProperties
binding.General
BindHandler
implementations.Binding validation support.
Sources for external configuration properties.
-
ClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
ClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
ClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots.A source ofConfigurationProperties
. -
ClassDescriptionA configuration property name composed of elements separated by dots.A source of
ConfigurationProperties
. -
ClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
ClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.Interface that can be used to control configuration property source caches.A configuration property name composed of elements separated by dots.The various forms that a non-indexed element value can take.Maintains a mapping ofConfigurationPropertyName
aliases.A source ofConfigurationProperties
.The state of content from aConfigurationPropertySource
.AConfigurationPropertySource
with a fullyIterable
set of entries.