java.lang.Object | ||||
↳ | org.springframework.core.env.PropertySource<T> | |||
↳ | org.springframework.core.env.EnumerablePropertySource<T> | |||
↳ | org.springframework.core.env.MapPropertySource | |||
↳ | org.springframework.core.env.PropertiesPropertySource |
![]()
|
PropertySource
implementation that extracts properties from a java.util.Properties object.
Note that because a Properties
object is technically an <Object, Object>
Hashtable
, one may contain non-String
keys or values. This
implementation, however is restricted to accessing only String
-based keys and values, in
the same fashion as getProperty(String)
and setProperty(String, String)
.
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| ||||||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||
![]() |