程序包的使用
org.springframework.boot.context.properties.source
程序包
说明
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.
-
类说明A single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
类说明A single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
org.springframework.boot.context.properties.bind使用的org.springframework.boot.context.properties.source中的类类说明A 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
. -
org.springframework.boot.context.properties.bind.handler使用的org.springframework.boot.context.properties.source中的类类说明A configuration property name composed of elements separated by dots.A source of
ConfigurationProperties
. -
org.springframework.boot.context.properties.bind.validation使用的org.springframework.boot.context.properties.source中的类类说明A single configuration property obtained from a
ConfigurationPropertySource
consisting of aname
,value
and optionalorigin
.A configuration property name composed of elements separated by dots. -
org.springframework.boot.context.properties.source使用的org.springframework.boot.context.properties.source中的类类说明A 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.