java.lang.Object | ||
↳ | org.springframework.core.env.AbstractPropertyResolver | |
↳ | org.springframework.core.env.PropertySourcesPropertyResolver |
PropertyResolver
implementation that resolves property values against
an underlying set of PropertySources
.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new resolver against the given property sources.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a new resolver against the given property sources.
propertySources | the set of PropertySource objects to use
|
---|