Uses of Package
org.springframework.boot.context.properties.source
Packages that use 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.
-
Classes in org.springframework.boot.context.properties.source used by org.springframework.boot.context.configClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
Classes in org.springframework.boot.context.properties.source used by org.springframework.boot.context.propertiesClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
Classes in org.springframework.boot.context.properties.source used by org.springframework.boot.context.properties.bindClassDescriptionA 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
. -
Classes in org.springframework.boot.context.properties.source used by org.springframework.boot.context.properties.bind.handlerClassDescriptionA configuration property name composed of elements separated by dots.A source of
ConfigurationProperties
. -
Classes in org.springframework.boot.context.properties.source used by org.springframework.boot.context.properties.bind.validationClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
Classes in org.springframework.boot.context.properties.source used by org.springframework.boot.context.properties.sourceClassDescriptionA single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.Interface that can be used to control configuration property source caches.AutoCloseable
used to control acache override
.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.