| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.env.AbstractPropertyResolver
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new resolver against the given property sources.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.env.AbstractPropertyResolver
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.core.env.ConfigurablePropertyResolver
| |||||||||||
From interface
org.springframework.core.env.PropertyResolver
| |||||||||||
Create a new resolver against the given property sources.
| propertySources | the set of PropertySource objects to use
|
|---|